Skip to content

Commit

Permalink
Set cloud sdk python path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 authored Jan 20, 2023
1 parent 194357a commit 66cba70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ jobs:
cd urbanairship-hms-react-native/
yarn generate-docs
cd -
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Export gcloud related env variable
run: export CLOUDSDK_PYTHON="/usr/bin/python3"
- uses: google-github-actions/setup-gcloud@daadedc81d5f9d3c06d2c92f49202a3cc2b919ba # v0.2.1
with:
version: '351.0.0'
Expand Down

0 comments on commit 66cba70

Please sign in to comment.