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

This commit is contained in:
2026-04-08 01:45:53 +08:00
parent b6d5a5dbe1
commit d7aa0f171d
5 changed files with 20 additions and 25 deletions
+1 -4
View File
@@ -31,10 +31,7 @@ jobs:
run: npm ci
- name: Build
env:
AppVersion: ${{ github.ref_name }}
SimApiVersion: ${{ github.ref_name }}
run: npm run build
run: npm run build -- --define SimApiVersion="'${{github.ref_name}}'"
- name: Publish to npm
run: npm publish --access public