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 }}
|
token: ${{ github.token }}
|
||||||
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
|
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
|
||||||
|
|
||||||
- name: Notify Slack Releases Channel
|
# - name: Notify Slack Releases Channel
|
||||||
uses: slackapi/slack-github-action@v1.26.0
|
# uses: slackapi/slack-github-action@v1.26.0
|
||||||
with:
|
# with:
|
||||||
payload: |
|
# payload: |
|
||||||
{
|
# {
|
||||||
"text": "Wiki.js ${{ github.ref_name }} has been released."
|
# "text": "Wiki.js ${{ github.ref_name }} has been released."
|
||||||
}
|
# }
|
||||||
env:
|
# env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
||||||
|
|
||||||
- name: Notify Telegram Channel
|
- name: Notify Telegram Channel
|
||||||
uses: appleboy/telegram-action@v0.1.1
|
uses: appleboy/telegram-action@v0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user