update release v -> V

This commit is contained in:
ytshen 2024-04-16 23:42:07 +08:00
parent f653f8a11a
commit 18fac41190
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Release
on: on:
push: push:
tags: tags:
- v** - V**
permissions: permissions:
contents: write contents: write

View File

@ -115,7 +115,7 @@
}, },
"release-it": { "release-it": {
"git": { "git": {
"tagName": "v${version}" "tagName": "V${version}"
}, },
"npm": { "npm": {
"publish": false "publish": false
@ -131,4 +131,4 @@
"after:bump": "npm run build" "after:bump": "npm run build"
} }
} }
} }