Skip to content

Commit

Permalink
Use ----singlePackage option for release-plan
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Mar 8, 2024
1 parent bf312ad commit 85bbcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
set +e
pnpm release-plan prepare --single-package=@bertdeblock/gember 2> >(tee -a stderr.log >&2)
pnpm release-plan prepare --singlePackage=@bertdeblock/gember 2> >(tee -a stderr.log >&2)
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 85bbcd0

Please sign in to comment.