Compare commits

...
1 Commits
Author SHA1 Message Date
xrain 29d3705073 fix ci
Publish to npm / publish (push) Failing after 11s
2026-04-08 01:52:19 +08:00
+3 -1
View File
@@ -31,7 +31,9 @@ jobs:
run: npm ci run: npm ci
- name: Build - name: Build
run: npm run build -- --define SimApiVersion="'${{github.ref_name}}'" env:
SimApiVersion: ${{ github.ref_name }}
run: npm run build
- name: Publish to npm - name: Publish to npm
run: npm publish --access public run: npm publish --access public