From e504da7388ca6794cafabb47f1931847dd757d88 Mon Sep 17 00:00:00 2001 From: Sai Kumar Battinoju Date: Fri, 6 Dec 2024 22:39:26 +0530 Subject: [PATCH] chore: add env to deploy workflow --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b6ba921a6..e378d0e3b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -102,6 +102,7 @@ jobs: REMOTE_MODULES_BASE_PATH: 'https://cdn.rudderlabs.com/${{ inputs.s3_dir_path }}/modern/plugins' BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }} BUGSNAG_RELEASE_STAGE: ${{ inputs.bugsnag_release_stage }} + LOCK_DEPS_VERSION: ${{ inputs.environment == 'production' && true || false }} run: | npm run setup:ci @@ -109,6 +110,7 @@ jobs: env: BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }} BUGSNAG_RELEASE_STAGE: ${{ inputs.bugsnag_release_stage }} + LOCK_DEPS_VERSION: ${{ inputs.environment == 'production' && true || false }} run: | npm run build:browser npm run build:browser:modern