We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b76f87 commit 7e79e0fCopy full SHA for 7e79e0f
.github/workflows/masterandtag.yml
@@ -28,4 +28,6 @@ jobs:
28
29
# Semantic Tag
30
- name: Release
31
- run: npx semantic-release
+ env:
32
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
33
+ run: npx semantic-release
0 commit comments