From 9979788087589a1afed06a434c6f3f52170c7ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zorro?= Date: Tue, 5 Mar 2024 10:43:17 -0500 Subject: [PATCH] Revert "ci(general): wip: deactivating filtering for tag release" This reverts commit 7e4c3479175d3f0b3608e956dbc3bdd74ff21714. --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c17cebe..e93856d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ jobs: run: ./lib/scfz --version - name: Release uses: softprops/action-gh-release@v1 - # if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') with: draft: ${{contains(github.ref, '-beta')}} files: |