From 4143db85eeaf6595534721dcb5daeb440f85f6fc Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 21 Apr 2023 13:12:04 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8de1e84..21e2f3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,7 @@ jobs: name: Create tag uses: rickstaa/action-create-tag@v1 id: "tag_create" + if: ${{ false }} with: tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" tag_exists_error: false