fix: 允许相同版本打包

This commit is contained in:
cc
2026-01-18 10:19:43 +08:00
parent e3655631bb
commit 0423f23b9c

View File

@@ -32,7 +32,7 @@ jobs:
run: |
VERSION=${GITHUB_REF_NAME#v}
echo "Syncing package.json version to $VERSION"
npm version $VERSION --no-git-tag-version
npm version $VERSION --no-git-tag-version --allow-same-version
- name: Build Frontend & Type Check
run: |