From 4b4d186728daefc619f7f8c10c96be12d776788c Mon Sep 17 00:00:00 2001 From: Dexter Date: Wed, 1 Nov 2023 14:20:59 +0000 Subject: [PATCH] ci: more CI fixes... --- .github/workflows/release-binaries.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index c977e55c..46f5e5f9 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -196,20 +196,18 @@ jobs: website: oracle.com release: 17 - - id: "auth" - uses: "google-github-actions/auth@v1" - with: - credentials_json: "${{ secrets.GCP_CREDENTIALS }}" - - name: Setup python uses: actions/setup-python@v4 with: python-version: "3.9" + - id: "auth" + uses: "google-github-actions/auth@v1" + with: + credentials_json: "${{ secrets.GCP_CREDENTIALS }}" + - name: "Set up Cloud SDK" uses: "google-github-actions/setup-gcloud@v1" - env: - CLOUDSDK_PYTHON: "/usr/bin/python3" - name: "Use gcloud CLI" run: "gcloud info"