Skip to content

Commit

Permalink
Fix passing of cloud region env variable
Browse files Browse the repository at this point in the history
J=BACK-2268
TEST=none

I will create a test version tag and confirm it is passed
correctly in github actions
  • Loading branch information
cea2aj committed May 5, 2023
1 parent 277f2cd commit fa20a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
node-version: 16
cache: 'npm'
- run: npm ci
- run: LANGUAGE=${{ matrix.language }} CLOUD_REGION=${{ inputs.cloud-region }} npm run ${{ inputs.build_script }}
- run: LANGUAGE=${{ matrix.language }} CLOUD_REGION=${{ inputs.cloud_region }} npm run ${{ inputs.build_script }}
- run: |
if [ "${{ matrix.language }}" == "en" ]; then
npm run size
Expand Down

0 comments on commit fa20a62

Please sign in to comment.