We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab96277 commit b3d8f73Copy full SHA for b3d8f73
.github/workflows/cd-production.yml
@@ -37,9 +37,10 @@ jobs:
37
notify:
38
needs: [pack-and-publish]
39
runs-on: ubuntu-latest
40
- if: ${{ !contains(github.event.release.tag_name, '-alpha.') }}
41
steps:
42
- - uses: neolution-ch/action-release-notifier@v1
+ - uses: neolution-ch/action-release-notifier@v1.3.0
43
with:
44
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
45
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}
+ ignore-alpha-releases: true
46
+ ignore-rc-releases: true
0 commit comments