Skip to content

Commit

Permalink
ci(fix): notify release notes to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2023
1 parent 511c941 commit 994de15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notify-slack-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "RELEASE_NOTES<<$EOF" >> "$GITHUB_ENV"
awk '{printf "%s\\n", $0}' ${{ steps.release_notes_file.outputs.RELEASE_NOTES_FILE }} >> "$GITHUB_ENV"
echo >> "$GITHUB_ENV"
echo "$EOF" >> "$GITHUB_ENV"
- name: "Notify release to Slack"
uses: slackapi/[email protected]
Expand Down

0 comments on commit 994de15

Please sign in to comment.