Skip to content

Commit 2825c3e

Browse files
committed
inject NEXT_PUBLIC_CB_ENVIRONMENT=prod into codecane
1 parent 6661ee0 commit 2825c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
new-version: ${{ needs.prepare-and-commit-staging.outputs.new_version }}
125125
artifact-name: cli-staging-metadata
126126
checkout-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
127-
env-overrides: '{}'
127+
env-overrides: '{"NEXT_PUBLIC_CB_ENVIRONMENT":"prod"}'
128128
secrets: inherit
129129

130130
create-staging-release:

0 commit comments

Comments
 (0)