We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad31b2 commit 1584f67Copy full SHA for 1584f67
1 file changed
.github/workflows/release.yml
@@ -33,6 +33,6 @@ jobs:
33
cd zig-out/bin/
34
gh release create \
35
"${TAG}" \
36
- --title "${TAG} Release" \
+ --title "${TAG}" \
37
*
38
)
0 commit comments