Skip to content

Commit

Permalink
Add language env variable (#362)
Browse files Browse the repository at this point in the history
Signed-off-by: billytrend-cohere <[email protected]>
  • Loading branch information
billytrend-cohere authored Jan 16, 2025
1 parent b027bed commit 7af122a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-sdk-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
GITHUB_OWNER: ${{ github.repository_owner }}
GITHUB_REPO: ${{ github.event.repository.name }}
BUMP_TYPE: ${{ github.event.inputs.bump_type }}
run: pnpm run --filter autorelease release
LANGUAGE: ${{ github.event.inputs.language }}
run: pnpm run --filter autorelease release

0 comments on commit 7af122a

Please sign in to comment.