Skip to content

Commit

Permalink
fix: use semantic-release at version 19 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
burden authored Feb 20, 2023
1 parent 5777925 commit 415af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
NODE_ENV: production

- name: Deploy
run: npx -p node@v18-lts -- npx semantic-release
run: npx semantic-release@19
env:
CI: true
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 415af4f

Please sign in to comment.