diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml deleted file mode 100644 index 597a8bd..0000000 --- a/.github/workflows/tag.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Tag latest version - -on: - push: - branches: - - main - -jobs: - tag: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: butlerlogic/action-autotag@1.1.2 - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - regex_pattern: 'version ?= ?"([0-9\.]{5}([\+][\w\.0-9]+)?)"' - root: ./Cargo.toml - tag_prefix: "v"