We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bbbab commit 51b3096Copy full SHA for 51b3096
.github/workflows/deploy.yml
@@ -78,7 +78,7 @@ jobs:
78
slack-channel: ${{ secrets.SLACK_CHANNEL }}
79
80
publish:
81
- if: ${{ !github.event.release.prerelease}}
+ if: ${{ !github.event.release.prerelease }}
82
env:
83
# Integration test environment variables.
84
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
0 commit comments