Skip to content

Commit dde4c99

Browse files
committed
fix: vars and not env !
1 parent 201ffbb commit dde4c99

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
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
skaffold-version: 2.8.0
6363
command: build
64-
repository: ${{ env.SKAFFOLD_DEFAULT_REPO }}
64+
repository: ${{ vars.SKAFFOLD_DEFAULT_REPO }}
6565
tag: ${{ github.event.inputs.tagVersion }}
6666

6767
helm-push:

0 commit comments

Comments
 (0)