diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75998539..ef82da01 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,7 +78,7 @@ jobs: slack-channel: ${{ secrets.SLACK_CHANNEL }} publish: - if: ${{ !github.event.release.prerelease}} + if: ${{ !github.event.release.prerelease }} env: # Integration test environment variables. BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}