We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243ab67 commit 07d02f9Copy full SHA for 07d02f9
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
tag-prefix: v
36
- name: Build Version
37
run: |
38
- npm run version ${{steps.version.outputs.version}} --workspaces
+ npm run version -- ${{steps.version.outputs.version}}
39
- name: Build
40
run: npm run build
41
- name: Lint
0 commit comments