Skip to content

Commit

Permalink
fix: 🐛 ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
charlzyx committed Jan 17, 2024
1 parent 6348375 commit 4b85752
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,3 @@ jobs:
npm publish --access=public --tag ${{steps.parse_tag.outputs.tag}}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}}
- uses: actions/setup-node@v3
with:
registry-url: "https://npm.pkg.github.com"
- run: npm publish --access=public --tag ${{steps.parse_tag.outputs.tag}}
env:
NODE_AUTH_TOKEN: ${{ github.token }}

0 comments on commit 4b85752

Please sign in to comment.