Skip to content

Commit

Permalink
chore(workflow): Update slack notification action
Browse files Browse the repository at this point in the history
  • Loading branch information
cayman-amzn committed Nov 13, 2024
1 parent e391785 commit 3435102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ project.release?.addJobs({
},
{
name: "Send notification",
uses: "slackapi/slack-github-action@v1.24.0",
uses: "slackapi/slack-github-action@v1.27.0",
with: {
payload: `{"html_url": "\${{ steps.get_release.outputs.html_url }}", "tag_name": "\${{ steps.get_release.outputs.tag_name }}"}`,
},
Expand Down

0 comments on commit 3435102

Please sign in to comment.