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 e13ce55 commit 3917bb6Copy full SHA for 3917bb6
1 file changed
.github/workflows/setup.yml
@@ -78,6 +78,7 @@ jobs:
78
path: dist
79
- env:
80
VERSION: ${{ github.ref_name }}
81
+ GH_TOKEN: ${{ github.token }}
82
run: |
83
gh release create "$VERSION" --verify-tag --generate-notes dist/*
84
permissions:
0 commit comments