From b3cf693267dc2756d8af532e996f8ddb0d080151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Isabel=20Ca=C3=B1izales?= Date: Wed, 28 Aug 2024 16:27:39 -0300 Subject: [PATCH] chore: modify condition --- .github/workflows/onRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 10bbf766d..63fac7088 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -31,7 +31,7 @@ jobs: secrets: inherit publish-bundle: - if: ${{ success() && needs.getDistTag.outputs.tag != 'beta' }} + if: ${{ success() && needs.getDistTag.outputs.tag == '' }} uses: ./.github/workflows/releaseWithCoreBundle.yml needs: [getDistTag, npm] with: