Skip to content

Commit

Permalink
CI: Add versioning workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 3, 2024
1 parent 3916456 commit 0fb8425
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0fb8425

Please sign in to comment.