diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21e2f3f..8de1e84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,6 @@ 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