From 95e246fa43091389dbd704ed7fe6e1a12ac4bbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9A=D0=BE=D0=B7=D0=B0=D0=BA?= Date: Tue, 12 Nov 2024 20:07:31 +0200 Subject: [PATCH] ci: compile and deploy --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 48a17e3f4..8da4a63a8 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -34,7 +34,7 @@ jobs: name: Init template with "${{inputs.renderer-template}}" renderer with: renderer-template: ${{inputs.renderer-template}} - - run: npm run compile -- --publish 'never' -c.extraMetadata.version=${{inputs.app-version}}-${{inputs.renderer-template}} + - run: npm run compile -- --publish 'never' -c.extraMetadata.version="${{inputs.app-version}}-${{inputs.renderer-template}}" env: VITE_DISTRIBUTION_CHANNEL: ${{inputs.renderer-template}}