Skip to content

Commit

Permalink
fix(release): missing npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Jul 11, 2024
1 parent ffe2417 commit 610b0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: npm run build --if-present

- name: Release
run: npm run release
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{secrets.GLOBAL_GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 610b0b6

Please sign in to comment.