Skip to content

Commit

Permalink
ci: melos workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 24, 2024
1 parent e948477 commit 73e3519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
with:
run-bootstrap: true
run-versioning: true
publish-dry-run: true
create-pr: true
1 change: 1 addition & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
with:
run-bootstrap: true
publish: true
1 change: 1 addition & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
with:
run-bootstrap: true
tag: true
- run: |
melos exec -c 1 --no-published --no-private --order-dependents -- \
Expand Down

0 comments on commit 73e3519

Please sign in to comment.