From ecd4d85feb0a6075de6d27c1a6651d1903740c0c Mon Sep 17 00:00:00 2001 From: Kai Siren Date: Thu, 26 Sep 2024 12:14:15 -0700 Subject: [PATCH] remove duplicate build step --- .github/workflows/build-and-publish.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 119f0af20..2eb91d8b5 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -42,13 +42,6 @@ jobs: id-token: write steps: - - uses: actions/checkout@v3 - with: - ref: ${{ inputs.ref }} - - - name: Build release - run: make APP_NAME=${{ inputs.app_name }} release-build - - name: Configure AWS credentials uses: ./.github/actions/configure-aws-credentials with: