fix: stablize versioning

This commit is contained in:
Nate Kelley 2025-01-16 15:08:47 -07:00
parent 69fc912dbb
commit 5b0e221738
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 3 additions and 0 deletions

View File

@ -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