Skip to content

Commit

Permalink
publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jul 26, 2024
1 parent 0d2bd21 commit 8509921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
if [[ -n "$PACKAGES" ]]; then
echo "$PACKAGES"
melos run gen:build
melos publish --dry-run --yes "$PACKAGES"
else
echo "No packages selected for publishing"
Expand Down
6 changes: 3 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ command:
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
publish:
hooks:
pre: melos run gen:build
# publish:
# hooks:
# pre: melos run gen:build

scripts:
# ANALYSIS
Expand Down

0 comments on commit 8509921

Please sign in to comment.