From c3c9fc67126030f27fbf8f7b25eded5aca1d5216 Mon Sep 17 00:00:00 2001 From: Miles <461045745@qq.com> Date: Sun, 10 Dec 2023 18:50:31 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 650aa41..8f86eaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,8 +43,8 @@ jobs: - run: npm run build env: VITE_APP_API: 'https://api.chromepower.xyz/api' - VITE_SUPABASE_URL: $VITE_SUPABASE_URL - VITE_SUPABASE_ANON_KEY: $VITE_SUPABASE_ANON_KEY # This should be set in the repository's secrets settings + VITE_SUPABASE_URL: "$VITE_SUPABASE_URL" + VITE_SUPABASE_ANON_KEY: "$VITE_SUPABASE_ANON_KEY" # This should be set in the repository's secrets settings - name: Compile artifacts ${{ inputs.dry-run && '' || 'and upload them to github release' }}