Skip to content

Commit e59be55

Browse files
committed
chore: push tags when fpush
1 parent dac21cc commit e59be55

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
@@ -19,7 +19,7 @@ push:
1919
git push --tags
2020

2121
fpush:
22-
git push -u origin {{current_branch}} --force-with-lease
22+
git push -u origin {{current_branch}} --force-with-lease --tags
2323

2424
conclude:
2525
git diff --stat @{0.day.ago.midnight} | sort -k3nr

0 commit comments

Comments
 (0)