Skip to content

Commit beab51c

Browse files
committed
fix justfile release recipe bug
1 parent f9ebe4f commit beab51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ validate_version VERSION:
220220
release VERSION:
221221
@just validate_version {{ VERSION }}
222222
git tag -s v{{ VERSION }} -m "{{ VERSION }} Release"
223-
git push origin {{ VERSION }}
223+
git push origin v{{ VERSION }}

0 commit comments

Comments
 (0)