Skip to content

Commit

Permalink
chore: fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Dec 1, 2023
1 parent e9e427c commit 82ca673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: yarn install --immutable

- name: Publish package
run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run:
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm publish

0 comments on commit 82ca673

Please sign in to comment.