From e403772edd611715b570a4d6ac7cc36ffdfc8779 Mon Sep 17 00:00:00 2001 From: Enrique Llorente Date: Wed, 20 Jul 2022 18:05:44 +0200 Subject: [PATCH] actions, release: Fix tarball generation Signed-off-by: Enrique Llorente --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d3906b6f5..5153c5abf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,7 +30,7 @@ jobs: run: make image push - name: Tag manifests if: startsWith(github.ref, 'refs/tags/') - run: + run: | sed -i "s/main/${{github.ref_name}}/" $(git grep -l :main config/) tar -cvzf kustomize.tar.gz config - name: Release