We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5f84b commit 2a43c3fCopy full SHA for 2a43c3f
.github/workflows/candidate-release.yml
@@ -22,6 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
TAG: ${GITHUB_REF##*/}
24
run: |
25
+ gh config set prompt enabled
26
gh release create "$tag" \
27
--repo="$GITHUB_REPOSITORY" \
28
--title="${TAG}" \
0 commit comments