Skip to content

Commit

Permalink
fix: change build command in staging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IOVgomezdn committed May 8, 2024
1 parent 5caeeda commit 9283857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci

- name: Build site
run: npm run build-with-tracking:testnet
run: npm run build-with-tracking:staging

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 9283857

Please sign in to comment.