Skip to content

Commit cf7b52a

Browse files
committed
chore: remove git markers, add comment
[skip ci]
1 parent 0203e38 commit cf7b52a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/publish-mcp-server.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,23 +198,18 @@ jobs:
198198
if: ${{ steps.changelog.outputs.skipped == 'false' && steps.release.outputs.id != '' }}
199199
run: |
200200
cd packages/mcp
201-
<<<<<<< HEAD
202201
rm -rf node_modules
202+
203+
# `npm mcp-shrinkwrap` doesn't support monorepos so we
204+
# copy `packages/mcp` to a tmp dir for it to be a single npm project
203205
mkdir ${{ runner.temp }}/mcp-shrinkwrap
204206
cp -r . ${{ runner.temp }}/mcp-shrinkwrap
205207
cd ${{ runner.temp }}/mcp-shrinkwrap
206208
npm install
207209
npm shrinkwrap
208210
209-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
210-
211-
||||||| 541a12c
212-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
213-
214-
=======
215211
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
216212
217-
>>>>>>> origin/main
218213
# Determine npm dist-tag
219214
if [ -n "${{ inputs.prerelease }}" ]; then
220215
NPM_TAG="${{ inputs.prerelease }}"

0 commit comments

Comments
 (0)