Skip to content

Commit

Permalink
fix: release action (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
krshnpatel committed Sep 29, 2023
1 parent 0f9f299 commit 741abcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn build
- run: npx semantic-release
env:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 741abcf

Please sign in to comment.