From c1257d2808d2ae005ca7895dffaf6e95a901fd2e Mon Sep 17 00:00:00 2001 From: Drazzilb <65743746+Drazzilb08@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:18:05 -0700 Subject: [PATCH] remove workflow --- .github/workflows/tag.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/tag.yml diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml deleted file mode 100644 index 8a8b2a4..0000000 --- a/.github/workflows/tag.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Tag - -on: - push: - branches: [ master ] - -jobs: - tag-new-versions: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - token: ${{ secrets.GH_PAT }} - fetch-depth: 2 - - uses: salsify/action-detect-and-tag-new-version@v1.0.3 - with: - version-command: | - cat VERSION \ No newline at end of file