This commit is contained in:
Oliver Kopp 2026-06-14 14:32:16 +00:00 committed by GitHub
commit d7cb976d17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/workflows/latest_tag.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Update latest tag
on:
push:
tags:
- "v*"
jobs:
update_latest_tag:
runs-on: ubuntu-latest
name: Move latest tag
permissions:
contents: write
steps:
- uses: actions/checkout@v5
- uses: EndBug/latest-tag@latest