Files
add-and-commit/.github/workflows/versioning.yml
Federico Grandi d82f4d33b7 Lock to v1 (safer)
2020-05-17 18:36:51 +02:00

16 lines
301 B
YAML

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