Skip to content

Commit

Permalink
fix: release process to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed May 12, 2023
1 parent 424070a commit 9c3bb59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 9c3bb59

Please sign in to comment.