From 07745716eb5dfa12c0fc34857da68cae8390c4d5 Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:52:54 -0500 Subject: [PATCH] test --- .github/workflows/deploy_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 906bed60be..8af8f4a00f 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -3,6 +3,7 @@ on: push: branches: release + ruisebas/fixing_release_workflow permissions: id-token: write @@ -38,6 +39,9 @@ jobs: GITHUB_EMAIL: aws-amplify-ops@amazon.com GITHUB_USER: aws-amplify-ops steps: + - name: fail + run: | + exit 1; - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2 with: