diff --git a/.github/workflows/release_slack_notification.yml b/.github/workflows/release_slack_notification.yml index 2fd0695..4249a6d 100644 --- a/.github/workflows/release_slack_notification.yml +++ b/.github/workflows/release_slack_notification.yml @@ -16,7 +16,7 @@ jobs: env: INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} with: - text: A release is published. + text: ${{ github.event.release.tag_name}} is published. blocks: | [ {