We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6661ee0 commit 2825c3eCopy full SHA for 2825c3e
.github/workflows/cli-release-staging.yml
@@ -124,7 +124,7 @@ jobs:
124
new-version: ${{ needs.prepare-and-commit-staging.outputs.new_version }}
125
artifact-name: cli-staging-metadata
126
checkout-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
127
- env-overrides: '{}'
+ env-overrides: '{"NEXT_PUBLIC_CB_ENVIRONMENT":"prod"}'
128
secrets: inherit
129
130
create-staging-release:
0 commit comments