Skip to content

Commit

Permalink
Merge branch 'dominik/hotfix-automation' into hotfix/0.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 29, 2024
2 parents 64a622b + 3b431c1 commit 56a4aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
template-name: ${{ steps.asana-failure-templates.outputs.comment-template }}

- name: Set up Asana success comment template
if: success() && ${{ env.MERGE_OR_DELETE_FAILED == 'false' }}
if: ${{ env.MERGE_OR_DELETE_FAILED == 'false' }}
id: asana-success-template
run: |
if [[ "${prerelease}" == "true" ]]; then
Expand All @@ -185,7 +185,7 @@ jobs:
fi
- name: Report success
if: success() && ${{ env.MERGE_OR_DELETE_FAILED == 'false' }}
if: ${{ env.MERGE_OR_DELETE_FAILED == 'false' }}
uses: ./.github/actions/asana-log-message
with:
access-token: ${{ secrets.ASANA_ACCESS_TOKEN }}
Expand Down

0 comments on commit 56a4aa2

Please sign in to comment.