andy5995 2022-10-07 12:24:22 -05:00
parent bf3eac58b7
commit 8216cb2288

15
versioning.yml Normal file
View File

@ -0,0 +1,15 @@
name: Keep the versions up-to-date
# https://github.com/marketplace/actions/actions-tagger
# https://github.com/actions/toolkit/blob/master/docs/action-versioning.md
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest_tag: true