mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
16 lines
343 B
YAML
16 lines
343 B
YAML
name: Keep the versions up-to-date
|
|
|
|
on:
|
|
release:
|
|
types: [published, edited]
|
|
|
|
jobs:
|
|
actions-tagger:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: Actions-R-Us/actions-tagger@latest
|
|
with:
|
|
publish_latest_tag: true
|
|
env:
|
|
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"
|