Skip to content

Commit cc50c9d

Browse files
author
Drew Yang
committed
fix: 🐛 push tag bug
1 parent f3e75ad commit cc50c9d

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 origin latest
17+
git push -f --tags

0 commit comments

Comments
 (0)