We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31424b2 commit b23c77cCopy full SHA for b23c77c
1 file changed
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
run: npm run build
88
89
- name: Release
90
- run: pnpm dlx semantic-release
+ run: pnpm dlx semantic-release --branches main
91
env:
92
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments