Skip to content

Commit

Permalink
added semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
jenithainbaraj committed Jan 5, 2023
1 parent d3af410 commit c1b38e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-new-version-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: yarn set version berry && yarn install

- run: yarn build
- run: npm publish
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Binary file modified .yarn/install-state.gz
Binary file not shown.

0 comments on commit c1b38e8

Please sign in to comment.