From 4fbb03eeab93aaea0f8b765d966f2cbed4c13bcf Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 19 Nov 2024 20:00:04 +1100 Subject: [PATCH] test false --- .github/workflows/build_notarized.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_notarized.yml b/.github/workflows/build_notarized.yml index 45431d68dd..2986d4287c 100644 --- a/.github/workflows/build_notarized.yml +++ b/.github/workflows/build_notarized.yml @@ -394,7 +394,7 @@ jobs: GH_TOKEN: ${{ github.token }} RELEASE_TYPE: ${{ github.event.inputs.release-type || inputs.release-type }} WORKFLOW_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} - success: true + success: false run: | template_name=$([[ "${{ env.success }}" == "true" ]] && echo "notarized-build-complete" || echo "notarized-build-failed") bundle exec fastlane run mattermost_send_message \