From 781528cef432ac5cb1bd8ccc8e113953a4b0c527 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Mon, 6 May 2024 23:10:14 +0400 Subject: [PATCH] CI: remove git-tags workflow --- .github/workflows/versioning.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/versioning.yml diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml deleted file mode 100644 index 0d0824d..0000000 --- a/.github/workflows/versioning.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Git tags -on: - release: - types: - - released - - edited - push: - tags: - - 'v?[0-9]+.[0-9]+.[0-9]+' - branches: - - main - - master - paths-ignore: - - '**' - -jobs: - actions-tagger: - name: Actualise by version - runs-on: windows-latest - permissions: - contents: write - steps: - - uses: Actions-R-Us/actions-tagger@v2 - with: - publish_latest_tag: true