mirror of https://github.com/buster-so/buster.git
fix: stablize versioning
This commit is contained in:
parent
69fc912dbb
commit
5b0e221738
|
@ -14,6 +14,9 @@ jobs:
|
||||||
version-bump:
|
version-bump:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# Add condition to skip if last commit was a release
|
||||||
|
if: "!startsWith(github.event.head_commit.message, 'chore(release)')"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the repository
|
# Step 1: Check out the repository
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|
Loading…
Reference in New Issue