We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05e4262 + 4db4fb7 commit 3a43dfdCopy full SHA for 3a43dfd
.github/workflows/release.yml
@@ -36,6 +36,13 @@ jobs:
36
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
37
uri: ${{ vars.COMMERCIAL_DEPLOY_REPO_URL || 'https://repo.spring.io' }}
38
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 }}
46
outputs:
47
version: ${{ steps.build-and-publish.outputs.version }}
48
verify:
0 commit comments