Skip to content

update action-tagger version #13

update action-tagger version

update action-tagger version #13

Workflow file for this run

name: Keep the versions up-to-date
on:
release:
types:
- released
- edited
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+"
branches-ignore:
- "**"
paths-ignore:
- "**"
jobs:
actions-tagger:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: Actions-R-Us/actions-tagger@v2.0.3
with:
publish_latest_tag: true