We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5832c commit caf1326Copy full SHA for caf1326
1 file changed
.github/workflows/github-release.yml
@@ -62,7 +62,7 @@ jobs:
62
TAG: ${{ github.ref_name }}
63
run: |
64
gh release create "$TAG" \
65
- --title "Release $TAG" \
+ --title "$TAG" \
66
--notes "${{ steps.get_release_notes.outputs.notes }}" \
67
--draft=false \
68
--prerelease="${{ contains(github.ref, '-rc') }}"
0 commit comments