Skip to content

Commit e43ba9c

Browse files
authored
use newest release-notifier action (#15)
1 parent e949ba9 commit e43ba9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/notify-slack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
notify:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: neolution-ch/action-release-notifier@v1
11+
- uses: neolution-ch/action-release-notifier@v1.3.0
1212
with:
1313
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
1414
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}
15+
ignore-alpha-releases: true
16+
ignore-rc-releases: true

0 commit comments

Comments
 (0)