diff --git a/.github/workflows/send_release_notification.yml b/.github/workflows/send_release_notification.yml index fd5df635f16..65d03f0c940 100644 --- a/.github/workflows/send_release_notification.yml +++ b/.github/workflows/send_release_notification.yml @@ -12,5 +12,5 @@ jobs: run: | curl -X POST ${{ secrets.SLACK_RELEASE_NOTIFICATION_WEBHOOK }} \ -H 'Content-Type: application/json' \ - -d '{ "GITHUB_RELEASE_URL": "${{ github.event.release.url }}", + -d '{ "GITHUB_RELEASE_URL": "${{ github.event.release.html_url }}", "GITHUB_RELEASE_TAG": "${{ github.event.release.tag_name }}"}'