Files
add-and-commit/.github/workflows/versioning.yml
T

17 lines
300 B
YAML

name: Update tags
on:
release:
types: [published, edited]
permissions:
contents: write
jobs:
actions-tagger:
runs-on: windows-2022
steps:
- uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb # v2.0.3
with:
publish_latest_tag: true