From 64d7dec3a2519e588d205329643e97e4683ba668 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Wed, 17 Jan 2024 14:06:39 +0000 Subject: [PATCH] fixup! bump release --- .github/workflows/on-commit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index 257e4e0..9edabcb 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -50,7 +50,7 @@ jobs: token: ${{ secrets.CREATE_BOSH_RELEASE_ACTION_TEST_BOSHRELEASE_GIT_TOKEN }} target_branch: main dir: final-release-creation-test - tag_name: "v0.2.0" + tag_name: "v0.3.0" override_existing: "true" debug: 1 - name: Generated final files status - override @@ -60,11 +60,11 @@ jobs: echo "Display final-release-creation-test(create-bosh-release-action-test-boshrelease) git repo status:" git status echo "Checking tgz" - ls -l create-bosh-release-action-test-boshrelease-0.2.0.tgz + ls -l create-bosh-release-action-test-boshrelease-0.3.0.tgz echo "List existing tags:" git tag --list - echo "Ensure tag exist - git tag --list|grep -E "^v0.2.0$" + echo "Ensure tag exist v0.3.0" + git tag --list|grep -E "^v0.3.0$" cd .. - name: Get Next Version id: semver-final-release