We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57c314 commit a8671adCopy full SHA for a8671ad
1 file changed
.github/workflows/continuous-delivery.yml
@@ -134,4 +134,4 @@ jobs:
134
text: Released new version `${{ steps.semanticversion.outputs.new_version }}` of *${{ github.repository }}* to maven central
135
env:
136
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
137
- if: ${{ failure && github.actor != 'dependabot[bot]' }}
+ if: ${{ failure() && github.actor != 'dependabot[bot]' }}
0 commit comments