mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
fix: release branch yml
This commit is contained in:
parent
253e3ad06a
commit
af4f6d960f
2
.github/workflows/release-branch.yml
vendored
2
.github/workflows/release-branch.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
with:
|
||||
version-type: ${{ github.event.inputs.type }}
|
||||
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"
|
||||
skip-tag: true
|
||||
skip-push: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user