We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a9c3a commit dcb510cCopy full SHA for dcb510c
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,6 @@ jobs:
23
run: |
24
VERSION="v1.0.0-build.${{ github.run_number }}-${GITHUB_SHA::7}"
25
gh release create "$VERSION" \
26
- --title "Release ${{ github.ref_name }}" \
+ --title "Release "$VERSION" \
27
--notes "Automated release for tag ${{ github.ref_name }}" \
28
bf
0 commit comments