We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ee7a3 commit e247b3aCopy full SHA for e247b3a
.github/workflows/release.yml
@@ -46,5 +46,7 @@ jobs:
46
- name: Create release
47
run: |
48
gh release create --notes-file release.md "v${VERSION}"
49
+ env:
50
+ GH_TOKEN: ${{ github.token }}
51
52
0 commit comments