From b095525cf84b5578eb30c5372a79050eefebf9d6 Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:34:32 -0500 Subject: [PATCH] Add full env file to release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18f06542c8f..c131b6e00e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,7 @@ jobs: files_to_include=( ".editorconfig" ".env.example" + ".env.full_example" ".gitattributes" ".gitignore" ".prettierignore"