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:
push:
tags:
- v**
- V**
permissions:
contents: write

View File

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