Skip to content

Commit

Permalink
Mention announcement task in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 28, 2024
1 parent 00eb086 commit a31f1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
<h2>Build ${TAG} is available publicly through Sparkle πŸš€</h2>
<ul>
<li>🌟 New appcast file has been generated and uploaded to S3, together with binary delta files.</li>
<li>πŸ‘€ <a data-asana-gid='${ASSIGNEE_ID}'/>, please proceed by following instructions in <a data-asana-gid='${TASK_ID}'/> which concludes the release process.</li>
<li>πŸ‘€ <a data-asana-gid='${ASSIGNEE_ID}'/>, please proceed by following instructions in <a data-asana-gid='${TASK_ID}'/> and <a data-asana-gid='${ANNOUNCEMENT_TASK_ID}'/> which concludes the release process.</li>
</ul>
πŸ”— Workflow URL: <a href='${WORKFLOW_URL}'>${WORKFLOW_URL}</a>.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_dmg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ jobs:
- name: Add a comment to the release task
if: success()
uses: ./.github/actions/asana-add-comment
env:
ANNOUNCEMENT_TASK_ID: ${{ steps.create-announcement-task.outputs.new-task-id }}
with:
access-token: ${{ secrets.ASANA_ACCESS_TOKEN }}
task-url: ${{ github.event.inputs.asana-task-url }}
Expand Down

0 comments on commit a31f1a4

Please sign in to comment.