Skip to content

Commit

Permalink
remove the quotesd
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Nov 6, 2023
1 parent 03fa1f3 commit 7356499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn

- name: Build
run: yarn workspaces foreach -R --from '${{ steps.tagName.outputs.package }}' run build
run: yarn workspaces foreach -v -R --from ${{ steps.tagName.outputs.package }} run build

- name: Lint
run: |
Expand Down

0 comments on commit 7356499

Please sign in to comment.