diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 642c6b5..8cca5cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,9 @@ jobs: uses: actions/checkout@v4 - name: Comment on PRs - uses: rdlf0/comment-released-prs-action@v1 + uses: apexskier/github-release-commenter@v1 + if: github.event.release.prerelease == false with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - comment-body: "🎉 Hooray! 🎊 This is now part of [{{name}}]({{html_url}}) ✨" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + comment-template: | + Release {release_link} addresses this.