Skip to content

Commit

Permalink
Merge branch 'release/1.108.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 24, 2024
2 parents ef3f450 + e611947 commit 88b8b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_dmg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ jobs:
bundle exec fastlane run asana_log_message \
task_url:"${{ env.asana-task-url }}" \
template_name:"${{ steps.asana-templates.outputs.comment-template }}" \
github_handle:"${{ github.actor }}"
github_handle:"${{ github.actor }}" \
is_scheduled_release:"${{ github.event_name == 'schedule' }}"
- name: Add a comment to the release task
if: success()
Expand Down

0 comments on commit 88b8b96

Please sign in to comment.