diff --git a/.github/workflows/tag-major.yml b/.github/workflows/tag-major.yml deleted file mode 100644 index 2916382..0000000 --- a/.github/workflows/tag-major.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Move a major tag to the latest release - -on: - push: - tags: - - v** - -jobs: - tag: - name: Move major tag - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: phwt/major-tagging-action@v1