diff --git a/.github/workflows/publish_dmg_release.yml b/.github/workflows/publish_dmg_release.yml index cbe8919f91..de9b39ad21 100644 --- a/.github/workflows/publish_dmg_release.yml +++ b/.github/workflows/publish_dmg_release.yml @@ -270,8 +270,9 @@ jobs: html-notes: ${{ steps.update-asana.outputs.announcement-task-contents }} with: access-token: ${{ secrets.ASANA_ACCESS_TOKEN }} - release-task-url: ${{ github.event.inputs.asana-task-url }} html-notes: ${{ env.html-notes }} + release-task-url: ${{ github.event.inputs.asana-task-url }} + task-name: Announce the release to the company - name: Upload patch to the Asana task id: upload-patch diff --git a/scripts/update_asana_for_release.sh b/scripts/update_asana_for_release.sh index 7d4edfe127..98d2077b19 100755 --- a/scripts/update_asana_for_release.sh +++ b/scripts/update_asana_for_release.sh @@ -99,14 +99,16 @@ construct_release_task_description() { } construct_release_announcement_task_description() { - printf '%s' "As the last step of the process, post a message to REVIEW / RELEASE Asana project:" + printf '%s' "As the last step of the process, post a message to REVIEW / RELEASE Asana project:" printf '%s' '\n\n
' construct_release_notes + printf '%s' '\n' construct_this_release_includes + printf '%s' '\n' printf '%s' 'Rollout\n' printf '%s' 'This is now rolling out to users. New users will receive this release immediately, '