Skip to content

Commit

Permalink
ci: update the slackbot release notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 6, 2024
1 parent 1cb5093 commit e859d8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Slackbot on release

on:
workflow_dispatch:
release:
types:
- created
Expand All @@ -11,6 +12,6 @@ jobs:
name: Notify Slack on Release
steps:
- name: Notify Slack on Releases
uses: amendx/[email protected].0
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
uses: slackapi/[email protected].0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit e859d8b

Please sign in to comment.