Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07d02f9

Browse files
authoredFeb 17, 2023
Update build.yml
1 parent 243ab67 commit 07d02f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
tag-prefix: v
3636
- name: Build Version
3737
run: |
38-
npm run version ${{steps.version.outputs.version}} --workspaces
38+
npm run version -- ${{steps.version.outputs.version}}
3939
- name: Build
4040
run: npm run build
4141
- name: Lint

0 commit comments

Comments
 (0)
Please sign in to comment.