From 48376a2621b58480e3ac7afff271e4e00db6cf2f Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 15 Aug 2021 21:27:22 +0200 Subject: [PATCH] Add dryrun flutter publish --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5894de11..1ac54f455 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -272,8 +272,10 @@ jobs: - uses: subosito/flutter-action@v1 with: channel: 'stable' - - name: Run flutter - run: flutter sdk-path + - name: Flutter publish + run: flutter pub publish --dry-run + with: + path: packages/lucide-flutter upload-package-jsons: