Skip to content

Commit

Permalink
ci: fix release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: r3kt.eth <so@r3kt.io>
  • Loading branch information
r3kt-eth committed May 12, 2023
1 parent d874162 commit 2d1a945
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 @@ -67,7 +67,7 @@ jobs:
GIT_SIGNING_KEY: ${{ secrets.GIT_SIGNING_KEY }}

- name: Set pnpm config
run: pnpm config set //registry.npmjs.org/:_auth $NPM_TOKEN
run: pnpm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 2d1a945

Please sign in to comment.