ci: Update build.yml
This commit is contained in:
parent
7053819f35
commit
9bf9c8af47
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -358,16 +358,16 @@ jobs:
|
||||
token: ${{ github.token }}
|
||||
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
|
||||
|
||||
- name: Notify Slack Releases Channel
|
||||
uses: slackapi/slack-github-action@v1.26.0
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
"text": "Wiki.js ${{ github.ref_name }} has been released."
|
||||
}
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
||||
# - name: Notify Slack Releases Channel
|
||||
# uses: slackapi/slack-github-action@v1.26.0
|
||||
# with:
|
||||
# payload: |
|
||||
# {
|
||||
# "text": "Wiki.js ${{ github.ref_name }} has been released."
|
||||
# }
|
||||
# env:
|
||||
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
||||
|
||||
- name: Notify Telegram Channel
|
||||
uses: appleboy/telegram-action@v0.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user