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 bc3330c commit ec3a253Copy full SHA for ec3a253
1 file changed
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
with:
56
tag_name: ${{ github.event.inputs.tag }}
57
generate_release_notes: true
58
+ token: ${{ secrets.GITHUB_TOKEN }}
59
60
notify:
61
needs: release
0 commit comments