fix(release): enforce bundled binary version checks and bump to 0.16.1-fork.2

This commit is contained in:
leeguooooo
2026-03-04 10:25:04 +09:00
parent 66a39f3c83
commit d82357fea4
4 changed files with 80 additions and 4 deletions
+4
View File
@@ -201,6 +201,10 @@ jobs:
fi
echo "All 5 platform binaries present and valid"
- name: Verify bundled binary versions
run: |
pnpm run verify:bundled-binaries
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1