From 38fc80299b2f43560be451144107bf2218c6297a Mon Sep 17 00:00:00 2001 From: nesquikm Date: Tue, 19 Sep 2023 10:36:05 +0400 Subject: [PATCH 1/2] fix: disable dry run --- .github/workflows/publish-release-nb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release-nb.yml b/.github/workflows/publish-release-nb.yml index 77fc96d1..37275245 100644 --- a/.github/workflows/publish-release-nb.yml +++ b/.github/workflows/publish-release-nb.yml @@ -72,7 +72,7 @@ jobs: cache: true cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }} - uses: bluefireteam/melos-action@v2 - - name: Dry-run publish to pub.dev - run: melos publish -y --dry-run --scope="nekoton_bridge" + # - name: Dry-run publish to pub.dev + # run: melos publish -y --dry-run --scope="nekoton_bridge" - name: Publish to pub.dev run: melos publish -y --no-dry-run --scope="nekoton_bridge" From 6457f342129728a00b78465aef6409d8fce09e71 Mon Sep 17 00:00:00 2001 From: nesquikm Date: Tue, 19 Sep 2023 14:02:54 +0400 Subject: [PATCH 2/2] feat: empty thing just to satisfy melos version --- packages/flutter_nekoton_bridge/README.md | 1 - packages/nekoton_bridge/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/flutter_nekoton_bridge/README.md b/packages/flutter_nekoton_bridge/README.md index e857ddc7..0ab27bde 100644 --- a/packages/flutter_nekoton_bridge/README.md +++ b/packages/flutter_nekoton_bridge/README.md @@ -261,4 +261,3 @@ and you will see duplicate. Better to put it inside other files of module and im [license_badge]: https://img.shields.io/badge/license-AGPLv3-blue.svg [license_link]: https://opensource.org/license/agpl-v3/ [pubdev_link]: https://pub.dev/packages/flutter_nekoton_bridge - diff --git a/packages/nekoton_bridge/README.md b/packages/nekoton_bridge/README.md index 3fcb46b6..5a0ece2a 100644 --- a/packages/nekoton_bridge/README.md +++ b/packages/nekoton_bridge/README.md @@ -9,4 +9,3 @@ More information could be found [here](https://github.com/broxus/nekoton_bridge) [license_badge]: https://img.shields.io/badge/license-AGPLv3-blue.svg [license_link]: https://opensource.org/license/agpl-v3/ -