Browse Source

ci: Update build.yml

pull/5233/head
Nicolas Giard 2 months ago
committed by GitHub
parent
commit
9bf9c8af47
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions
  1. 20
      .github/workflows/build.yml

20
.github/workflows/build.yml

@ -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…
Cancel
Save