Skip to content

Commit

Permalink
chore: update git action
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemod committed Nov 9, 2022
1 parent ac77e35 commit 8bb733f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- run: yarn
- run: yarn build
- run: node pre-publish.js
- run: echo $(NODE_AUTH_TOKEN)
- run: npm config set -- '//registry.npmjs.org/:_authToken' "${NPM_AUTH_TOKEN}"
- run: npm publish dist --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8bb733f

Please sign in to comment.