Skip to content

Commit 7a3ee41

Browse files
committed
github: update "latest" release tag when releasing
1 parent e76b631 commit 7a3ee41

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/rust_release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ jobs:
108108
file: install/bin/samedec-${{ matrix.rust }}
109109
overwrite: true
110110

111+
- name: Update tag for nightly release
112+
uses: richardsimko/update-tag@v1
113+
with:
114+
tag_name: latest
115+
env:
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117+
111118
- name: Upload nightly release
112119
uses: svenstaro/upload-release-action@v2
113120
if: github.ref == 'refs/heads/develop'

0 commit comments

Comments
 (0)