From a7e33aa8a557b394f4f1b1b55ea7b3e6cb35c532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Fri, 31 Jan 2025 14:29:26 +0100 Subject: [PATCH] fix: clean away codeconv action files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MÃ¥rten Svantesson --- .github/workflows/jenkins-x/changelog.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jenkins-x/changelog.sh b/.github/workflows/jenkins-x/changelog.sh index 7c9fea5260..ed6dd81d02 100755 --- a/.github/workflows/jenkins-x/changelog.sh +++ b/.github/workflows/jenkins-x/changelog.sh @@ -13,6 +13,7 @@ echo "setting git user" git config --global user.name jenkins-x-bot-test git config --global user.email "jenkins-x@googlegroups.com" +git clean -f git tag -fa v$VERSION -m "chore: release version $VERSION" git push origin v$VERSION