Skip to content

Commit 6040d12

Browse files
committed
temp: do not push to npm for testing
1 parent 527d0d7 commit 6040d12

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/release.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -125,29 +125,29 @@ jobs:
125125
files: |
126126
actors-mcp-server.dxt
127127
128-
publish_to_npm:
129-
name: Publish to NPM
130-
needs: [ update_changelog ]
131-
runs-on: ubuntu-latest
132-
steps:
133-
- uses: actions/checkout@v4
134-
with:
135-
ref: ${{ needs.update_changelog.changelog_commitish }}
136-
- name: Use Node.js 22
137-
uses: actions/setup-node@v4
138-
with:
139-
node-version: 22
140-
cache: 'npm'
141-
cache-dependency-path: 'package-lock.json'
142-
- name: Install dependencies
143-
run: |
144-
echo "access=public" >> .npmrc
145-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
146-
npm ci
147-
- name: Build module
148-
run: npm run build
149-
- name: Publish to NPM
150-
run: npm publish --tag latest
128+
#publish_to_npm:
129+
# name: Publish to NPM
130+
# needs: [ update_changelog ]
131+
# runs-on: ubuntu-latest
132+
# steps:
133+
# - uses: actions/checkout@v4
134+
# with:
135+
# ref: ${{ needs.update_changelog.changelog_commitish }}
136+
# - name: Use Node.js 22
137+
# uses: actions/setup-node@v4
138+
# with:
139+
# node-version: 22
140+
# cache: 'npm'
141+
# cache-dependency-path: 'package-lock.json'
142+
# - name: Install dependencies
143+
# run: |
144+
# echo "access=public" >> .npmrc
145+
# echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
146+
# npm ci
147+
# - name: Build module
148+
# run: npm run build
149+
# - name: Publish to NPM
150+
# run: npm publish --tag latest
151151

152152
env:
153153
NODE_AUTH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}

0 commit comments

Comments
 (0)