Skip to content

Commit

Permalink
chore: update melos version and use custom melos action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 24, 2024
1 parent 73e3519 commit 7fdc6ed
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/pana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:
with:
channel: stable
cache: true

- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true
run-versioning: true
publish-dry-run: true
create-pr: true
- name: 📦 Install Pana
run: flutter pub global activate pana ${{inputs.pana_version}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true
run-versioning: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true
publish: true
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true
tag: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo TARGET_DART_SDK=${{ matrix.sdk }} >> $GITHUB_ENV
- name: Prepare dependencies for the project management
run: dart pub get
- uses: bluefireteam/melos-action@v3
- uses: ahmednfwela/melos-action@main
with:
run-bootstrap: true

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: oidc_workspace
environment:
sdk: '>=2.18.0 <3.0.0'
dev_dependencies:
melos: ^3.1.1
melos: ^6.2.0

0 comments on commit 7fdc6ed

Please sign in to comment.