Skip to content

Commit

Permalink
chore(workflow): update token var & dont remove npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Nov 11, 2024
1 parent 351faf1 commit fffa8c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 📥 Install dependencies
run: pnpm install
env:
NODE_AUTH_TOKEN: ${{ secrets.GPR_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 🏗 Build
run: pnpm clean && pnpm build
Expand Down Expand Up @@ -106,9 +106,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

- name: Remove existing NPM .npmrc
run: rm -f "$HOME/.npmrc"

release-gpr:
name: release-gpr
needs: validate
Expand Down

0 comments on commit fffa8c4

Please sign in to comment.