From b3d8f734dca75a37b49e87683d6863f19b0733b3 Mon Sep 17 00:00:00 2001 From: Sandro Ciervo Date: Tue, 1 Oct 2024 13:20:22 +0200 Subject: [PATCH] use newest release-notifier action --- .github/workflows/cd-production.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-production.yml b/.github/workflows/cd-production.yml index 030f979..2d08b77 100644 --- a/.github/workflows/cd-production.yml +++ b/.github/workflows/cd-production.yml @@ -37,9 +37,10 @@ jobs: notify: needs: [pack-and-publish] runs-on: ubuntu-latest - if: ${{ !contains(github.event.release.tag_name, '-alpha.') }} steps: - - uses: neolution-ch/action-release-notifier@v1 + - uses: neolution-ch/action-release-notifier@v1.3.0 with: slack-token: ${{ secrets.SLACK_RELEASE_NOTIFIER_TOKEN }} slack-channel-ids: ${{ vars.SLACK_CHANNEL_ID_RELEASE_ANNOUNCEMENTS }} + ignore-alpha-releases: true + ignore-rc-releases: true