Skip to content

Commit

Permalink
fixup! bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 17, 2024
1 parent 2d955c0 commit 64d7dec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 64d7dec

Please sign in to comment.