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 cc50c9d commit 5698537Copy full SHA for 5698537
.github/workflows/tag_latest.yaml
@@ -14,4 +14,4 @@ jobs:
14
- name: Tag latest
15
run: |
16
git tag -f latest
17
- git push -f --tags
+ git push -f origin latest
0 commit comments