mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
d51384f592
This reverts commit 4e7ddef1e0
.
16 lines
309 B
YAML
16 lines
309 B
YAML
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:
|
|
publish_latest_tag: true
|