We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaa2ede + 8ed325b commit 3270abfCopy full SHA for 3270abf
.github/workflows/main.yml
@@ -21,5 +21,5 @@ jobs:
21
run: npm run build
22
- name: Semantic release
23
env:
24
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
25
run: npx semantic-release
0 commit comments