We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b45c0a commit 8ed325bCopy full SHA for 8ed325b
.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