We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbf70e commit 1e98939Copy full SHA for 1e98939
.github/workflows/dispatch-all-publish-alpha.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
script: |
28
const version = `${{ inputs.version }}`
29
- if(/^\d\.\d+\.\d+/.test(vserion)) {
+ if(!/^\d\.\d+\.\d+/.test(vserion)) {
30
throw new Error('版本号格式不正确')
31
}
32
const publishVersion = version.slice(2)
0 commit comments