Skip to content

Commit

Permalink
取消发布到Github NPM
Browse files Browse the repository at this point in the history
lunode committed Jun 30, 2024
1 parent 1ab5ea4 commit 6035021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: 发布 to Github NPM
run: npm publish --access public -registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN}}
# - name: 发布 to Github NPM
# run: npm publish --access public -registry=https://npm.pkg.github.com/
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN}}

0 comments on commit 6035021

Please sign in to comment.