Skip to content

Commit

Permalink
ci(release): use the stable version of semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
travi authored May 17, 2024
1 parent b821ec8 commit 9945e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm clean-install
- run: npm test
- name: semantic-release
run: npx semantic-release@beta --debug
run: npx semantic-release@23.1.1 --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 9945e97

Please sign in to comment.