Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 7887789

Browse files
authored
fix: remove-slack-from-release (#326)
1 parent 8a99bd3 commit 7887789

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish-package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
with:
6363
token: ${{ secrets.NPM_TOKEN }}
6464

65-
- uses: sonots/slack-notice-action@v3
66-
with:
67-
status: ${{ job.status }}
68-
text_on_success: 'New version wdio-allure-ts published successfully'
69-
text_on_fail: 'Publish failed, please check'
70-
env:
71-
GITHUB_TOKEN: ${{ secrets.WDIO_TOKEN }}
72-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_BOT_NOTIFICATION }}
73-
if: always()
65+
# - uses: sonots/slack-notice-action@v3
66+
# with:
67+
# status: ${{ job.status }}
68+
# text_on_success: 'New version wdio-allure-ts published successfully'
69+
# text_on_fail: 'Publish failed, please check'
70+
# env:
71+
# GITHUB_TOKEN: ${{ secrets.WDIO_TOKEN }}
72+
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_BOT_NOTIFICATION }}
73+
# if: always()

0 commit comments

Comments
 (0)