Merge branch 'main' into develop

This commit is contained in:
Ubuntu
2026-05-23 18:58:15 +08:00
+6
View File
@@ -91,6 +91,12 @@ jobs:
path: node_modules
key: ${{ runner.os }}-release-v22-${{ hashFiles('**/package-lock.json') }}
- name: Sync version from tag
run: |
VERSION="${GITHUB_REF_NAME#v}"
echo "Setting version to $VERSION"
npm version "$VERSION" --no-git-tag-version
- name: Build and Zip Extension
run: |
npm run zip