Skip to content

Commit

Permalink
Fix: update npm_publish to use semantic-release-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tecoad committed Aug 14, 2024
1 parent 782d62e commit bea3f95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ jobs:
- name: "Run build"
run: yarn run build
# Semantic release is configured to create a tag and publish the package to npm
- name: "Version and Npm publish"
run: npx semantic-release
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bea3f95

Please sign in to comment.