Skip to content

Commit

Permalink
fix: 修复检视意见
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Jan 13, 2025
1 parent ffbf70e commit 1e98939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-all-publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
script: |
const version = `${{ inputs.version }}`
if(/^\d\.\d+\.\d+/.test(vserion)) {
if(!/^\d\.\d+\.\d+/.test(vserion)) {
throw new Error('版本号格式不正确')
}
const publishVersion = version.slice(2)
Expand Down

0 comments on commit 1e98939

Please sign in to comment.