Skip to content

Commit 5698537

Browse files
author
Drew Yang
committed
fix: 🐛 safter push tag
1 parent cc50c9d commit 5698537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag_latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Tag latest
1515
run: |
1616
git tag -f latest
17-
git push -f --tags
17+
git push -f origin latest

0 commit comments

Comments
 (0)