Skip to content

Commit

Permalink
Only post publish DMG release task when tagging fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 4, 2024
1 parent 20971ce commit b14718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:

- name: Create Publish DMG Release task on failure
id: create-publish-dmg-task-on-failure
if: (failure() || env.MERGE_OR_DELETE_FAILED == 'true') && env.internal-release-bump == 'true'
if: failure() && env.internal-release-bump == 'true'
uses: ./.github/actions/asana-create-action-item
env:
ASANA_TASK_URL: ${{ env.asana-task-url }}
Expand Down

0 comments on commit b14718e

Please sign in to comment.