Skip to content

v2.0.0 Refactor from Set-Ouput #2

v2.0.0 Refactor from Set-Ouput

v2.0.0 Refactor from Set-Ouput #2

Workflow file for this run

name: Update version tag
on:
release:
types: [published]
jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
env:
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'