Skip to content

Commit

Permalink
fix(ci): set env vars for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
virth authored Aug 4, 2022
1 parent 2e3f902 commit 3482a02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run semantic-release
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 3482a02

Please sign in to comment.