File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff 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
152152env :
153153 NODE_AUTH_TOKEN : ${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments