From 06af5858ebb2b52d6b435bdde1ebf240538d96df Mon Sep 17 00:00:00 2001 From: freepdk Date: Wed, 13 Apr 2022 12:43:05 +0200 Subject: [PATCH] Revert "auto create release when tag is present which starts with "v"" This reverts commit 33ede1604d3c5f1b0e18eafd8514a566fd2c6efc. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38ab4a7..745c49e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: bash ./.github/auto_build.sh - name: 'release assets' - if: startsWith( github.ref, 'refs/tags/v') + if: startsWith( github.ref, 'refs/tags/releases/') uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }}