Skip to content

Commit

Permalink
Update publish.yml (#6626)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Jul 16, 2024
2 parents 7e83530 + 1a32f8d commit 3ea5fb4
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 @@ -66,7 +66,7 @@ jobs:
git config --local user.name "GitHub Action"
- name: Bump Versions
run: 'HUSKY=0 npx lerna version ${{github.event.inputs.version}} --no-private --tag-version-prefix="" -m "chore: release %v" -y'
run: 'HUSKY=0 npx lerna version ${{github.event.inputs.version}} --preid=rc --no-private --tag-version-prefix="" -m "chore: release %v" -y --force-publish'

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

0 comments on commit 3ea5fb4

Please sign in to comment.