From 7fdc6ed65024db9fc9244dc6da540ff9c5bea5f5 Mon Sep 17 00:00:00 2001 From: ahmednfwela Date: Sun, 24 Nov 2024 21:51:53 +0200 Subject: [PATCH] chore: update melos version and use custom melos action --- .github/workflows/pana.yaml | 7 ++++++- .github/workflows/release-prepare.yml | 2 +- .github/workflows/release-publish.yml | 2 +- .github/workflows/release-tag.yml | 2 +- .github/workflows/tests.yaml | 2 +- pubspec.yaml | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pana.yaml b/.github/workflows/pana.yaml index 94db329a..7e052e23 100644 --- a/.github/workflows/pana.yaml +++ b/.github/workflows/pana.yaml @@ -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}} diff --git a/.github/workflows/release-prepare.yml b/.github/workflows/release-prepare.yml index c9d4e527..0be1fb70 100644 --- a/.github/workflows/release-prepare.yml +++ b/.github/workflows/release-prepare.yml @@ -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 diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 45ec5f40..dfa9540f 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index c6f24b51..b1a93329 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -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 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 16c3bd5e..eec50979 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 00c6da30..a73103dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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