Skip to content

Commit 1584f67

Browse files
committed
Drop the word "Release" from release titles
1 parent 2ad31b2 commit 1584f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
cd zig-out/bin/
3434
gh release create \
3535
"${TAG}" \
36-
--title "${TAG} Release" \
36+
--title "${TAG}" \
3737
*
3838
)

0 commit comments

Comments
 (0)