We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4014ba1 commit fe45870Copy full SHA for fe45870
1 file changed
.github/workflows/release.yml
@@ -27,4 +27,6 @@ jobs:
27
run: npm i
28
29
- name: Release
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
run: npx semantic-release --branches=main --debug
0 commit comments