We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9628150 commit 6351b29Copy full SHA for 6351b29
.github/workflows/main.yml
@@ -54,7 +54,6 @@ jobs:
54
git_hash=$(git rev-parse --short "$GITHUB_SHA")
55
gh release create master-$git_hash \
56
/home/runner/work/gcc/gcc-13.deb \
57
- --prerelease \
58
--repo="$GITHUB_REPOSITORY" \
59
--title="${GITHUB_REPOSITORY#*/} $git_hash" \
60
--generate-notes
0 commit comments