Skip to content

Commit

Permalink
Delete gcloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob committed May 29, 2024
1 parent cb86bda commit a998e8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/publish-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ inputs:
description: "API token for Replicated"
required: true

gcloud-version:
description: "Version of the Google Cloud SDK to use"
default: '297.0.1' # https://github.com/google-github-actions/setup-gcloud/issues/128
chart-repo-url:
description: "URL of the Helm chart repository in case it needs to be updated"
default: https://helm.carto.com/
Expand Down Expand Up @@ -52,7 +49,6 @@ runs:
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ inputs.chart-gcp-project-id }}
version: ${{ inputs.gcloud-version }}

# Step 3: Install helm
- name: Install helm
Expand Down

0 comments on commit a998e8a

Please sign in to comment.