Skip to content

Workflow file for this run

name: Update major version tag
permissions:
contents: write
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