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