Skip to content

Commit

Permalink
update action-tagger version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacheta committed Nov 27, 2023
1 parent 59d4c7d commit 6b2b272
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Tag latest release of action tagger ⚡"
name: Keep the versions up-to-date

on:
release:
Expand All @@ -19,8 +19,6 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: Actions-R-Us/actions-tagger@v2
- uses: Actions-R-Us/actions-tagger@v2.0.3
with:
publish_latest_tag: true
prefer_branch_releases: false

0 comments on commit 6b2b272

Please sign in to comment.