We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab45c0b commit 91b89afCopy full SHA for 91b89af
.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
63
HELM_GCS_CREDENTIALS: ${{ secrets.HELM_GCS_CREDENTIALS }}
64
HELM_GCS_REPOSITORY: ${{ secrets.HELM_GCS_REPOSITORY }}
65
run: |
66
- CHART_VERSION=$(git describe --abbrev=0)
+ CHART_VERSION=$(echo ${GITHUB_REF} | cut -d/ -f 3)
67
CHART_NAME=$(awk '/^name:/ {print $2}' ./helm/Chart.yaml)
68
export GOOGLE_APPLICATION_CREDENTIALS=${HOME}/helm-gcs-key.json
69
echo $HELM_GCS_CREDENTIALS > ${GOOGLE_APPLICATION_CREDENTIALS}
0 commit comments