Skip to content

Commit

Permalink
chore: modify condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Aug 28, 2024
1 parent 4b54421 commit e1894b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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:
Expand Down

0 comments on commit e1894b4

Please sign in to comment.