From e4c49d0e0bd1976defc5fc0c8fb67fbd26d33286 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 18 Jul 2023 18:20:17 +0200 Subject: [PATCH] fix: Added step to create env file for bundle analysis (#10224) --- .github/workflows/nextjs-bundle-analysis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 972e8af225..4823aa195d 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -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