Skip to content

Commit

Permalink
ci: 🎡 use GitHub action for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 8, 2024
1 parent 0d93f76 commit 789befd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: yarn demo:json-pointer
- run: yarn test:reactive-rpc
- name: Semantic Release
run: npx semantic-release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 789befd

Please sign in to comment.