We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d46f1e commit b654e78Copy full SHA for b654e78
.github/workflows/release.yml
@@ -50,6 +50,7 @@ jobs:
50
- name: GitHub Release
51
run: make release-notes
52
env:
53
+ GH_TOKEN: ${{ github.token }}
54
VERSION: ${{ github.ref_name }}
55
56
- if: ${{ success() }}
0 commit comments