You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if: success() # only when previous step succeeds
82
-
# env:
83
-
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
84
-
# SLACK_USERNAME: Github Release Action.
85
-
# SLACK_CHANNEL: java-sync
86
-
# uses: Ilshidur/action-slack@master
87
-
# with:
88
-
# args: 'Version: <https://github.com/commercetools/commercetools-sync-java/releases/tag/${{ steps.vars.outputs.tag }}|${{ steps.vars.outputs.tag }}> of the library has been published to the <https://repo1.maven.org/maven2/com/commercetools/commercetools-sync-java/|Maven Central>.'
65
+
- name: Slack notification
66
+
if: success() # only when previous step succeeds
67
+
env:
68
+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
69
+
SLACK_USERNAME: Github Release Action.
70
+
SLACK_CHANNEL: java-sync
71
+
uses: Ilshidur/action-slack@master
72
+
with:
73
+
args: 'Version: <https://github.com/commercetools/commercetools-sync-java/releases/tag/${{ steps.vars.outputs.tag }}|${{ steps.vars.outputs.tag }}> of the library has been published to the <https://repo1.maven.org/maven2/com/commercetools/commercetools-sync-java/|Maven Central>.'
0 commit comments