Skip to content

Commit

Permalink
ci: fix npm release install deps token
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Sep 14, 2023
1 parent 9c4f0a6 commit fe7f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: 📥 Install dependencies
run: pnpm install --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.GPR_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

- name: 🚀 Release to NPM
uses: changesets/action@v1
Expand Down

0 comments on commit fe7f8a3

Please sign in to comment.