Skip to content

Commit 2326be7

Browse files
committed
Write out a latest tag
1 parent 37ab97f commit 2326be7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
prefix: v
6464
tag: v${{ github.event.inputs.version }}
6565

66+
- run: |
67+
git tag --force latest
68+
git push origin latest
69+
6670
- name: Seal Deployment
6771
uses: bobheadxi/deployments@v1
6872
if: always()

0 commit comments

Comments
 (0)