Skip to content

Keep the versions up-to-date #1

Keep the versions up-to-date

Keep the versions up-to-date #1

Workflow file for this run

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