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 eb82bb0 commit 459fcb1Copy full SHA for 459fcb1
.github/workflows/release.yml
@@ -67,7 +67,8 @@ jobs:
67
id: deploy
68
shell: bash
69
run: |
70
- ./bin/helm template deploy/charts/google-cas-issuer --set image.tag=${${GITHUB_REF##*/}#v} | tee google-cas-issuer-${GITHUB_REF##*/}.yaml
+ VERSION=${GITHUB_REF##*/} \
71
+ ./bin/helm template deploy/charts/google-cas-issuer --set image.tag=${VERSION#v} | tee google-cas-issuer-${VERSION}.yaml
72
-
73
name: create release
74
id: create_release
0 commit comments