|
@@ -125,7 +125,7 @@ jobs:
|
|
|
- name: Slack Notification
|
|
- name: Slack Notification
|
|
|
uses: weseek/ghaction-release-slack-notification@master
|
|
uses: weseek/ghaction-release-slack-notification@master
|
|
|
with:
|
|
with:
|
|
|
- channel: '#general'
|
|
|
|
|
|
|
+ channel: '#release'
|
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
|
|
created_tag: 'v${{ needs.github-release.outputs.RELEASE_VERSION }}${{ env.SUFFIX }}'
|
|
created_tag: 'v${{ needs.github-release.outputs.RELEASE_VERSION }}${{ env.SUFFIX }}'
|
|
|
|
|
|