aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 2e7b7ff..718d417 100644
--- a/justfile
+++ b/justfile
@@ -26,4 +26,4 @@ release part: build
# end temp tag
git tag -d $new_ver
git tag --annotate --sign --cleanup=whitespace --file {{ TEMPDIR }}/chglog ${new_ver}
- git push origin ${ver}
+ git push origin ${new_ver}