Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jul 26, 2024
1 parent 459c5df commit 9e2416f
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 @@ -74,7 +74,7 @@ jobs:
if [[ -n "$PACKAGES" ]]; then
echo "$PACKAGES"
melos publish --dry-run --no-private "$PACKAGES"
melos publish --dry-run --yes --no-private "$PACKAGES"
else
echo "No packages selected for publishing"
fi
Expand Down

0 comments on commit 9e2416f

Please sign in to comment.