Skip to content

Commit

Permalink
Update deploy-on-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Oct 24, 2024
1 parent 58c9c8d commit dc299ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
# For posting a rich message using Block Kit
payload: |
{
"text": "🚀 ${{ github.event.repository.name }} version ${{ github.event.release.tag_name }} deployed!\n\nRelease Notes:\n${{ env.RELEASE_NOTES }}\n\nView on GitHub: ${{ github.event.release.html_url }}"
"text": "🚀 ${{ github.event.repository.name }} version ${{ github.event.release.tag_name }} has been released!\n\nView on GitHub: ${{ github.event.release.html_url }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit dc299ae

Please sign in to comment.