We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
latest
1 parent 37ab97f commit 2326be7Copy full SHA for 2326be7
1 file changed
.github/workflows/cd.yml
@@ -63,6 +63,10 @@ jobs:
63
prefix: v
64
tag: v${{ github.event.inputs.version }}
65
66
+ - run: |
67
+ git tag --force latest
68
+ git push origin latest
69
+
70
- name: Seal Deployment
71
uses: bobheadxi/deployments@v1
72
if: always()
0 commit comments