File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -358,16 +358,16 @@ jobs:
358
358
token : ${{ github.token }}
359
359
artifacts : ' drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
360
360
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
371
371
372
372
- name : Notify Telegram Channel
373
373
uses : appleboy/telegram-action@v0.1.1
You can’t perform that action at this time.
0 commit comments