Skip to content

Commit

Permalink
use the new bootstrap-no-example: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 24, 2024
1 parent 7fdc6ed commit c2b8e9f
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 @@ -19,6 +19,7 @@ jobs:
- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: 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 @@ -21,4 +21,5 @@ jobs:
- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: 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 @@ -19,6 +19,7 @@ jobs:
- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: true
tag: true
- run: |
melos exec -c 1 --no-published --no-private --order-dependents -- \
Expand Down

0 comments on commit c2b8e9f

Please sign in to comment.