Skip to content

Commit 6e6bb22

Browse files
committed
Fixing git push to include tags
1 parent 4f0ee5c commit 6e6bb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
git config user.name github-actions
9393
git config user.email [email protected]
9494
git tag -f latest master
95-
git push
95+
git push -f --tags

0 commit comments

Comments
 (0)