Skip to content

Commit

Permalink
fix(cicd): yarn add amplify cli
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-hp committed Aug 24, 2023
1 parent 8ffcf19 commit 8485e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
REACT_APP_RELEASE=${{env.SEM_VER_TAG}} yarn run inject-${{ inputs.DEPLOY_ENV }}
- name: Deploy to AWS Amplify
working-directory: ./.github
run: |
yarn add @aws-amplify/cli
amplify configure --usage-data-off
Expand Down

0 comments on commit 8485e46

Please sign in to comment.