fix: Added step to create env file for bundle analysis (#10224)

This commit is contained in:
Keith Williams
2023-07-18 09:20:17 -07:00
committed by GitHub
parent 43a30aa51d
commit e4c49d0e0b
@@ -7,8 +7,13 @@ on:
- main
jobs:
env:
name: Create env file
uses: ./.github/workflows/env-create-file.yml
secrets: inherit
build:
name: Production build
needs: env
if: ${{ github.event_name == 'push' }}
uses: ./.github/workflows/production-build.yml
secrets: inherit