From c2c249aa48f7ea7bb4467409c0e20f94b4080880 Mon Sep 17 00:00:00 2001 From: Luigi Operoso <40476330+brokenpip3@users.noreply.github.com> Date: Sun, 25 Jun 2023 15:59:05 +0200 Subject: [PATCH] fix(ci): remove sembump (#859) --- .github/workflows/release-backup.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-backup.yaml b/.github/workflows/release-backup.yaml index 983efc70..2e5dc9d6 100644 --- a/.github/workflows/release-backup.yaml +++ b/.github/workflows/release-backup.yaml @@ -40,7 +40,10 @@ jobs: - name: Bump the version if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' shell: bash - run: make -C backup/pvc sembump && make -C backup/pvc bump-version + run: | + make -C backup/pvc sembump + make -C backup/pvc bump-version + rm backup/pvc/bin/sembump - name: Login to Quay.io if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' @@ -54,6 +57,5 @@ jobs: if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' run: | git reset --hard - rm bin/sembump make -C backup/pvc docker-build make -C backup/pvc docker-release