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 459fcb1 commit 974da0eCopy full SHA for 974da0e
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
id: deploy
68
shell: bash
69
run: |
70
- VERSION=${GITHUB_REF##*/} \
+ export 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
0 commit comments