We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e949ba9 commit e43ba9cCopy full SHA for e43ba9c
1 file changed
.github/workflows/notify-slack.yml
@@ -8,7 +8,9 @@ jobs:
8
notify:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: neolution-ch/action-release-notifier@v1
+ - uses: neolution-ch/action-release-notifier@v1.3.0
12
with:
13
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
14
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}
15
+ ignore-alpha-releases: true
16
+ ignore-rc-releases: true
0 commit comments