mirror of
https://github.com/actions/create-release.git
synced 2025-06-14 12:57:43 +00:00
16 lines
297 B
YAML
16 lines
297 B
YAML
name: Keep the versions up-to-date
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
actions-tagger:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: Actions-R-Us/actions-tagger@latest
|
|
with:
|
|
publish_latest: true
|
|
env:
|
|
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'
|