Skip to content

Workflow file for this run

name: Automatically create v[x] / latest tags
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: true