From 7a20fae45b6ca76325d1124d3e74cffa02716e6d Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 5 May 2023 03:01:43 +0200 Subject: [PATCH] Delete tag.yml --- .github/workflows/tag.yml | 19 ------------------- 1 file changed, 19 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 3bedd6a..0000000 --- a/.github/workflows/tag.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Bump version -on: - push: - branches: - - master -jobs: - build: - runs-on: ubuntu-22.04 - permissions: - contents: read - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CUSTOM_TAG: test