Skip to content

Commit 29d3705

Browse files
committed
fix ci
1 parent df0d7a4 commit 29d3705

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
run: npm ci
3232

3333
- name: Build
34-
run: npm run build -- --define SimApiVersion="'${{github.ref_name}}'"
34+
env:
35+
SimApiVersion: ${{ github.ref_name }}
36+
run: npm run build
3537

3638
- name: Publish to npm
3739
run: npm publish --access public

0 commit comments

Comments
 (0)