Skip to content

Commit b3d8f73

Browse files
committed
use newest release-notifier action
1 parent ab96277 commit b3d8f73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd-production.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
notify:
3838
needs: [pack-and-publish]
3939
runs-on: ubuntu-latest
40-
if: ${{ !contains(github.event.release.tag_name, '-alpha.') }}
4140
steps:
42-
- uses: neolution-ch/action-release-notifier@v1
41+
- uses: neolution-ch/action-release-notifier@v1.3.0
4342
with:
4443
slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }}
4544
slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }}
45+
ignore-alpha-releases: true
46+
ignore-rc-releases: true

0 commit comments

Comments
 (0)