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: