Skip to content

Commit

Permalink
ci: update slack release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 6, 2024
1 parent 78879e2 commit 97da2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "# Release notes - ${{ github.event.release.tag_name }}"
"text": "# Release notes - [${{ github.event.release.tag_name }}](${{ github.event.release.html_url }})"
}
},
{
Expand All @@ -31,7 +31,7 @@ jobs:
"type": "mrkdwn",
"text": "${{ github.event.release.body }}"
}
},
}
]
}
env:
Expand Down

0 comments on commit 97da2d3

Please sign in to comment.