Skip to content

Commit

Permalink
(#6566) Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Jul 1, 2024
1 parent 728a329 commit d660fdf
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 @@ -67,7 +67,7 @@ jobs:
git config --local user.name "GitHub Action"
- name: Bump Versions
run: 'npx lerna version ${{github.event.inputs.version}} --no-private --tag-version-prefix='' -m "chore: release %v" -y'
run: 'npx lerna version ${{github.event.inputs.version}} --no-private --tag-version-prefix="" -m "chore: release %v" -y'

- name: Build
run: pnpm -r build
Expand Down

0 comments on commit d660fdf

Please sign in to comment.