From 50b44f08d8b63264f328c075cc2fa803e16b249b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20=C5=A0imon?= Date: Wed, 1 Dec 2021 16:13:24 +0100 Subject: [PATCH] fix github actions release script 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 --- .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 ./...