Skip to content

Commit

Permalink
Set the env variable properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed Dec 10, 2024
1 parent 9212e0e commit 3397d79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
python-version: '3.11'

- name: Point gcloud SDK to Python
shell: bash
run: CLOUDSDK_PYTHON=${steps.setup-python.outputs.python-path} >> $env:GITHUB_ENV
run: echo "CLOUDSDK_PYTHON=${{ steps.setup-python.outputs.python-path }}" >> $GITHUB_ENV

- name: Extract build target information
shell: bash
Expand Down

0 comments on commit 3397d79

Please sign in to comment.