Skip to content

Commit

Permalink
chore: add foundation site dummy env var to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Oct 7, 2024
1 parent e31f3cf commit 1646496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Set environment variables
run: |
grep '^export ' ./apps/staking/scripts/mock-build-env.sh | sed 's/export //' >> $GITHUB_ENV
grep '^export ' ./apps/foundation/scripts/mock-build-env.sh | sed 's/export //' >> $GITHUB_ENV
- name: Run builds
run: pnpm build

0 comments on commit 1646496

Please sign in to comment.