Skip to content

Commit

Permalink
Correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jul 17, 2024
1 parent a0fac2a commit b272989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm run build:ts

- name: Setup npm token
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit b272989

Please sign in to comment.