Files
add-and-commit/.github/workflows/versioning.yml
Federico Grandi 514b397571 Use actions-tagger
2019-12-20 22:17:37 +01:00

16 lines
297 B
YAML

name: Keep the versions up-to-date
on:
release:
types: [published]
jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
env:
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"