From bfe21c4d30741cc201629612edea8ddc9ec274aa Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Thu, 9 Dec 2021 17:10:53 +0100 Subject: [PATCH] fix github actions release script (#391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit common-templates file were moved in ssp operator to different folder. They no longer exists in internal/operands/common-templates/data/common-templates-bundle/ Signed-off-by: Karel Šimon Co-authored-by: Karel Šimon --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f606bf8e..2752795f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,6 @@ jobs: # Update the new common-templates file cp ../dist/${SRC_TEMPLATES_FILE} data/common-templates-bundle/${DST_TEMPLATES_FILE} - cp ../dist/${SRC_TEMPLATES_FILE} internal/operands/common-templates/data/common-templates-bundle/${DST_TEMPLATES_FILE} sed -i "s/\bVersion\s*=.*/Version = \"${VERSION}\"/g" internal/operands/common-templates/version.go go fmt ./...