Skip to content

Commit 3a43dfd

Browse files
committed
Merge branch '3.4.x'
Closes gh-45353
2 parents 05e4262 + 4db4fb7 commit 3a43dfd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
3737
uri: ${{ vars.COMMERCIAL_DEPLOY_REPO_URL || 'https://repo.spring.io' }}
3838
username: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_USERNAME || secrets.ARTIFACTORY_USERNAME }}
39+
- name: Send Notification
40+
if: failure()
41+
uses: ./.github/actions/send-notification
42+
with:
43+
run-name: ${{ format('{0} | Release Staging | {1}', github.ref_name, inputs.version) }}
44+
status: ${{ job.status }}
45+
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
3946
outputs:
4047
version: ${{ steps.build-and-publish.outputs.version }}
4148
verify:

0 commit comments

Comments
 (0)