Skip to content

Commit

Permalink
ci: fix slack notifier version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Feb 20, 2023
1 parent 90c21c4 commit a1ad14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: Notify Slack on Release
steps:
- name: Notify Slack on Release
uses: instantish/notify-slack-on-release@v1.3.0
uses: instantish/notify-slack-on-release@v1.0.0
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit a1ad14a

Please sign in to comment.