From 6abfe7721fa045a87f2510c71068ecc1d370e0d9 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 25 Apr 2024 02:07:20 -0400 Subject: [PATCH] update tag action --- .github/workflows/tag.yml | 6 ++---- VERSION | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 5a5b5d3..1bb34fe 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -2,9 +2,7 @@ name: Tag New Version on: push: - branches: - - '**' - pull_request: + branches: [ master ] jobs: tag: @@ -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 \ No newline at end of file diff --git a/VERSION b/VERSION index 009e668..89755f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.11 \ No newline at end of file +1.4.12 \ No newline at end of file