Skip to content

Commit 4383a45

Browse files
committed
fix tag
1 parent 5ed7588 commit 4383a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: manifests
3737
uses: mikefarah/yq@master
3838
with:
39-
cmd: yq -i '.spec.sidecar.container.image = "crenshawdotdev/argocd-executor-plugin:$RELEASE_TAG"' manifests/plugin.yaml
39+
cmd: yq -i '.spec.sidecar.container.image = "crenshawdotdev/argocd-executor-plugin:" + strenv(RELEASE_TAG)' manifests/plugin.yaml
4040
- name: Update install manifest
4141
run: |
4242
# Download the binary

0 commit comments

Comments
 (0)