Skip to content

Commit 974da0e

Browse files
committed
fix error in GH actions release script (2)
Signed-off-by: Tim Ramlot <[email protected]>
1 parent 459fcb1 commit 974da0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
id: deploy
6868
shell: bash
6969
run: |
70-
VERSION=${GITHUB_REF##*/} \
70+
export VERSION=${GITHUB_REF##*/}
7171
./bin/helm template deploy/charts/google-cas-issuer --set image.tag=${VERSION#v} | tee google-cas-issuer-${VERSION}.yaml
7272
-
7373
name: create release

0 commit comments

Comments
 (0)