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