update-coder-template/.github/workflows/version.yaml
2022-11-28 12:09:40 +03:00

17 lines
276 B
YAML

name: Keep the versions up-to-date
on:
release:
types: [published, edited]
permissions:
contents: write
jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest_tag: true