Skip to content

Commit a8671ad

Browse files
committed
fix(INF-57): fix typo in continuous-delivery.yml
1 parent e57c314 commit a8671ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ jobs:
134134
text: Released new version `${{ steps.semanticversion.outputs.new_version }}` of *${{ github.repository }}* to maven central
135135
env:
136136
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
137-
if: ${{ failure && github.actor != 'dependabot[bot]' }}
137+
if: ${{ failure() && github.actor != 'dependabot[bot]' }}

0 commit comments

Comments
 (0)