fix: release branch yml

This commit is contained in:
Jason Saayman 2026-01-26 20:07:47 +02:00
parent 253e3ad06a
commit af4f6d960f

View File

@ -43,7 +43,7 @@ jobs:
with: with:
version-type: ${{ github.event.inputs.type }} version-type: ${{ github.event.inputs.type }}
default: ${{ github.event.inputs.beta == true && 'prerelease' || 'patch' }} default: ${{ github.event.inputs.beta == true && 'prerelease' || 'patch' }}
commit-message: "chore(release): prepare release ${{version}}" commit-message: "chore(release): prepare release {{version}}"
tag-prefix: "v" tag-prefix: "v"
skip-tag: true skip-tag: true
skip-push: true skip-push: true