Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aerovulpe committed May 6, 2022
1 parent 72fe950 commit 982f3e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Build React application
run: |
yarn install --frozen-lockfile;
yarn run build;
run: |
yarn install --frozen-lockfile;
yarn run build;
- name: Build and push Docker image
id: docker-build
Expand Down

0 comments on commit 982f3e3

Please sign in to comment.