Skip to content

Commit

Permalink
update tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 25, 2024
1 parent 7b1a515 commit 6abfe77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Tag New Version

on:
push:
branches:
- '**'
pull_request:
branches: [ master ]

jobs:
tag:
Expand All @@ -16,7 +14,7 @@ jobs:
token: ${{ secrets.PAT }}
fetch-depth: 2

- uses: salsify/action-detect-and-tag-new-version@v1.0.3
- uses: Kometa-Team/tag-new-version@master
with:
version-command: |
cat VERSION
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.11
1.4.12

0 comments on commit 6abfe77

Please sign in to comment.