Skip to content

Commit 4d48bf6

Browse files
committed
fix: release just the tag
1 parent 456e03d commit 4d48bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ default:
33
@just --list --unsorted
44

55
# create a GitHub release with a tag
6-
release ENV TAG:
7-
gh release create "{{ENV}}-v{{TAG}}" --generate-notes
6+
release TAG:
7+
gh release create "v{{TAG}}" --generate-notes

0 commit comments

Comments
 (0)