diff --git a/.github/workflows/pana.yaml b/.github/workflows/pana.yaml index 79e95b5..4942f2d 100644 --- a/.github/workflows/pana.yaml +++ b/.github/workflows/pana.yaml @@ -37,7 +37,13 @@ jobs: with: channel: stable cache: true - - uses: ahmednfwela/melos-action@feat/bootstrap-no-example + # see https://github.com/invertase/melos/issues/796 + - uses: bluefireteam/melos-action@main + continue-on-error: true + with: + run-bootstrap: true + bootstrap-no-example: false + - uses: bluefireteam/melos-action@main with: run-bootstrap: true bootstrap-no-example: true diff --git a/.github/workflows/release-prepare.yml b/.github/workflows/release-prepare.yml index 9e7be01..29220fe 100644 --- a/.github/workflows/release-prepare.yml +++ b/.github/workflows/release-prepare.yml @@ -16,10 +16,19 @@ jobs: with: fetch-depth: 0 - uses: subosito/flutter-action@v2 - - uses: ahmednfwela/melos-action@feat/bootstrap-no-example + # see https://github.com/invertase/melos/issues/796 + - uses: bluefireteam/melos-action@main + continue-on-error: true + with: + run-bootstrap: true + bootstrap-no-example: false + - uses: bluefireteam/melos-action@main with: run-bootstrap: true bootstrap-no-example: true + - uses: bluefireteam/melos-action@main + with: + run-bootstrap: false run-versioning: true publish-dry-run: true create-pr: true \ No newline at end of file diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index abf28f2..82e8a52 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -18,8 +18,17 @@ jobs: with: fetch-depth: 0 - uses: subosito/flutter-action@v2 - - uses: ahmednfwela/melos-action@feat/bootstrap-no-example + # see https://github.com/invertase/melos/issues/796 + - uses: bluefireteam/melos-action@main + continue-on-error: true + with: + run-bootstrap: true + bootstrap-no-example: false + - uses: bluefireteam/melos-action@main with: run-bootstrap: true bootstrap-no-example: true + - uses: bluefireteam/melos-action@main + with: + run-bootstrap: false publish: true \ No newline at end of file diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 6f1343a..d690c20 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -16,10 +16,19 @@ jobs: with: fetch-depth: 0 - uses: subosito/flutter-action@v2 - - uses: ahmednfwela/melos-action@feat/bootstrap-no-example + # see https://github.com/invertase/melos/issues/796 + - uses: bluefireteam/melos-action@main + continue-on-error: true + with: + run-bootstrap: true + bootstrap-no-example: false + - uses: bluefireteam/melos-action@main with: run-bootstrap: true bootstrap-no-example: true + - uses: bluefireteam/melos-action@main + with: + run-bootstrap: false tag: true - run: | melos exec -c 1 --no-published --no-private --order-dependents -- \ diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c503075..7534321 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -45,7 +45,13 @@ jobs: flutter-version: ${{ matrix.sdk == 'min' && '3.22.0' || '' }} - run: | echo TARGET_DART_SDK=${{ matrix.sdk }} >> $GITHUB_ENV - - uses: ahmednfwela/melos-action@feat/bootstrap-no-example + # see https://github.com/invertase/melos/issues/796 + - uses: bluefireteam/melos-action@main + continue-on-error: true + with: + run-bootstrap: true + bootstrap-no-example: false + - uses: bluefireteam/melos-action@main with: run-bootstrap: true bootstrap-no-example: true