Skip to content

Commit

Permalink
fix: cicd publish access token change
Browse files Browse the repository at this point in the history
  • Loading branch information
minsgy committed Jun 19, 2024
1 parent a3ea6ba commit b0da48a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm install -g [email protected]
- name: Install dependencies
run: pnpm install --no-frozen-lockfil
- name: npm publish
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
- name: pnpm publish
run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b0da48a

Please sign in to comment.