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

pull/10210/head^2
Keith Williams 2023-07-18 18:20:17 +02:00 committed by GitHub
parent 43a30aa51d
commit e4c49d0e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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