Skip to content

Commit

Permalink
ci(release): use semantic-release@latest instead of `semantic-relea…
Browse files Browse the repository at this point in the history
…se@beta`

fixes #607
  • Loading branch information
oscard0m authored May 17, 2024
1 parent 699a7ea commit 0196fb1
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 @@ -25,7 +25,7 @@ jobs:
cache: npm
- run: npm ci
- run: npm run build
- run: npx semantic-release@beta
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 comments on commit 0196fb1

Please sign in to comment.