We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e75ad commit cc50c9dCopy full SHA for cc50c9d
.github/workflows/tag_latest.yaml
@@ -14,4 +14,4 @@ jobs:
14
- name: Tag latest
15
run: |
16
git tag -f latest
17
- git push origin latest
+ git push -f --tags
0 commit comments