fix ci
Publish to npm / publish (push) Failing after 12s

This commit is contained in:
2026-04-08 01:33:23 +08:00
parent e91ddd36bf
commit b6d5a5dbe1
7 changed files with 68 additions and 24 deletions
+4 -1
View File
@@ -31,7 +31,10 @@ jobs:
run: npm ci
- name: Build
run: npm run build -- --define=$VERSION
env:
AppVersion: ${{ github.ref_name }}
SimApiVersion: ${{ github.ref_name }}
run: npm run build
- name: Publish to npm
run: npm publish --access public