git-auto-commit-action/.github/workflows/versioning.yml

16 lines
309 B
YAML
Raw Normal View History

2020-05-17 08:08:37 +00:00
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@latest
env:
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"
with:
2020-08-16 18:05:44 +00:00
publish_latest_tag: true