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.
latest
1 parent df67365 commit 4e4ab06Copy full SHA for 4e4ab06
.github/workflows/cd.vx.yml
@@ -20,3 +20,6 @@ jobs:
20
- uses: fischerscode/tagger@v0
21
with:
22
prefix: v
23
+ - run: |
24
+ git tag -f latest
25
+ git push origin latest --force
0 commit comments