Skip to content

Commit

Permalink
ci: change slack notify action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Feb 23, 2023
1 parent 6bba026 commit 76ea25a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slack-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Notify Slack on Release

on:
release:
types: [published, unpublished, created, edited, deleted, prereleased, released]
types:
- published

jobs:
notify_slack:
environment: dev chain
runs-on: ubuntu-latest
name: Notify Slack on Release
steps:
- name: Notify Slack on Release
uses: instantish/notify-slack-on-release@v1.0.0
uses: tryfabric/notify-slack-on-release@1.0.0
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 76ea25a

Please sign in to comment.