Skip to content

Commit

Permalink
remove duplicate build step
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Sep 26, 2024
1 parent ab70ba2 commit ecd4d85
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ecd4d85

Please sign in to comment.