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

Commit

Permalink
fix: remove-slack-from-release (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixZilber committed Jan 3, 2023
1 parent 8a99bd3 commit 7887789
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}

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

0 comments on commit 7887789

Please sign in to comment.