2020-05-17 16:08:37 +08: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-17 02:05:44 +08:00
|
|
|
publish_latest_tag: true
|