We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d7a4 commit 29d3705Copy full SHA for 29d3705
1 file changed
.github/workflows/publish.yml
@@ -31,7 +31,9 @@ jobs:
31
run: npm ci
32
33
- name: Build
34
- run: npm run build -- --define SimApiVersion="'${{github.ref_name}}'"
+ env:
35
+ SimApiVersion: ${{ github.ref_name }}
36
+ run: npm run build
37
38
- name: Publish to npm
39
run: npm publish --access public
0 commit comments