Skip to content

Commit d4b577a

Browse files
Disable npm publish and checkout steps
Comment out the checkout and publish steps in the workflow. Signed-off-by: Shan Wenxiao <seanoj_noreply@yeah.net>
1 parent 8fd8a9c commit d4b577a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Prerelease.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
with:
2222
node-version: 16
2323
registry-url: https://registry.npmjs.org/
24-
- uses: actions/checkout@v6
25-
with:
26-
fetch-depth: 0
27-
- name: Publish to npm
28-
run: npm publish --provenance
29-
env:
30-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
24+
# - uses: actions/checkout@v6
25+
# with:
26+
# fetch-depth: 0
27+
# - name: Publish to npm
28+
# run: npm publish --provenance
29+
# env:
30+
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
3131
- name: Get version
3232
env:
3333
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)