Skip to content

Commit

Permalink
Fixing deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed May 16, 2024
1 parent d36f59a commit 4d3c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
slack-channel: ${{ secrets.SLACK_CHANNEL }}

publish:
if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }}
if: ${{ !github.event.release.prerelease }}
env:
# Integration test environment variables.
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
Expand Down

0 comments on commit 4d3c6c1

Please sign in to comment.