Skip to content

Commit

Permalink
Merge pull request #11 from GOD-mbh/rocketcaht
Browse files Browse the repository at this point in the history
Fix release action
  • Loading branch information
timurgaleev authored Aug 31, 2020
2 parents 001248a + 8511638 commit 364f998
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@ jobs:
with:
args: --release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Rocket.Chat Notification
uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@master
if: always()
with:
type: ${{ job.status }}
job_name: ':rocket: *Publish new release ${{ github.ref }}*'
channel: '#github'
url: ${{ secrets.ROCKETCHAT_WEBHOOK }}

0 comments on commit 364f998

Please # to comment.