Skip to content

Commit

Permalink
use newest release-notifier action
Browse files Browse the repository at this point in the history
  • Loading branch information
neoscie committed Oct 1, 2024
1 parent ab96277 commit b3d8f73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3d8f73

Please sign in to comment.