Skip to content

Commit

Permalink
fix(cicd): might need yarn prefix to access installs
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-hp committed Aug 21, 2023
1 parent fd6b10d commit 17f97d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Deploy the build
working-directory: ./.github
run: |
amplify configure
amplify publish
yarn amplify configure
yarn amplify publish
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 17f97d5

Please sign in to comment.