Skip to content

Commit

Permalink
ci: Added versioning workflow for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed Dec 28, 2024
1 parent 50d46a9 commit 3347db1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,3 @@ jobs:
from_branch: main
target_branch: develop
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: Actions-R-Us/actions-tagger@v2
with:
prefer_branch_releases: true
14 changes: 14 additions & 0 deletions .github/workflows/versioning.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Keep the versions up-to-date

on:
release:
types:
- released

jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2
with:
prefer_branch_releases: true

0 comments on commit 3347db1

Please sign in to comment.