We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cc9d3 commit 12033c6Copy full SHA for 12033c6
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Release
51
if: "github.event_name != 'pull_request'"
52
- run: pnpx -y semantic-release --branches main
+ run: pnpx semantic-release --branches main
53
env:
54
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments