superlint/.github/workflows/versioning.yml

17 lines
343 B
YAML
Raw Normal View History

name: Keep the versions up-to-date
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: windows-latest
steps:
2020-06-29 12:36:18 -04:00
- uses: actions/checkout@v2
- uses: Actions-R-Us/actions-tagger@latest
2020-06-29 12:36:18 -04:00
with:
publish_latest_tag: true
env:
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"