From ba6c37dbc32ba090ee7677cce07f713d59e96bd3 Mon Sep 17 00:00:00 2001 From: Kial Jinnah Date: Mon, 23 Oct 2023 11:33:21 -0700 Subject: [PATCH] pnpm flow: update to script variable Signed-off-by: Kial Jinnah --- .../firebase/files/cloudbuild-pnpm-nested-pckg-cd.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/firebase/files/cloudbuild-pnpm-nested-pckg-cd.yaml b/.github/actions/firebase/files/cloudbuild-pnpm-nested-pckg-cd.yaml index 033a907..5bd0d8d 100644 --- a/.github/actions/firebase/files/cloudbuild-pnpm-nested-pckg-cd.yaml +++ b/.github/actions/firebase/files/cloudbuild-pnpm-nested-pckg-cd.yaml @@ -4,8 +4,10 @@ steps: script: | #!/usr/bin/env bash npm install --global pnpm + pnpm --version pnpm install - pnpm build:$_DEPLOYMENT_PCKG_NAME + echo executing build:${_DEPLOYMENT_PCKG_NAME} + pnpm build:${_DEPLOYMENT_PCKG_NAME} # # Deploy to firebase channel, using the PR #