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 ae41e9f commit 18b2a0bCopy full SHA for 18b2a0b
.github/workflows/release-v2.yml
@@ -249,6 +249,7 @@ jobs:
249
env:
250
COMMIT_SHA: ${{ env.COMMIT_SHA }}
251
252
+ # Generate a token with "create release" permission (the default token has no such permission)
253
- uses: actions/create-github-app-token@v1
254
id: app-token
255
with:
@@ -260,7 +261,6 @@ jobs:
260
261
gh release create $SEMVER_TAG \
262
--target $COMMIT_SHA \
263
--title $SEMVER_TAG \
- --draft \
264
--repo $REPOSITORY
265
266
GH_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments