Skip to content

Commit 9bf9c8a

Browse files
authored
ci: Update build.yml
1 parent 7053819 commit 9bf9c8a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -358,16 +358,16 @@ jobs:
358358
token: ${{ github.token }}
359359
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
360360

361-
- name: Notify Slack Releases Channel
362-
uses: slackapi/slack-github-action@v1.26.0
363-
with:
364-
payload: |
365-
{
366-
"text": "Wiki.js ${{ github.ref_name }} has been released."
367-
}
368-
env:
369-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
370-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
361+
# - name: Notify Slack Releases Channel
362+
# uses: slackapi/slack-github-action@v1.26.0
363+
# with:
364+
# payload: |
365+
# {
366+
# "text": "Wiki.js ${{ github.ref_name }} has been released."
367+
# }
368+
# env:
369+
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
370+
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
371371

372372
- name: Notify Telegram Channel
373373
uses: appleboy/telegram-action@v0.1.1

0 commit comments

Comments
 (0)