From 55d7c9d08245687de05c66696cab8b769f4a682b Mon Sep 17 00:00:00 2001 From: Tim <74915204+timthetimber@users.noreply.github.com> Date: Wed, 28 Jun 2023 22:08:08 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1127dfb..3c157ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,4 +25,4 @@ jobs: # Here you can insert custom steps you need # - run: dart tool/generate-code.dart - name: Publish - run: dart pub publish --force + run: flutter pub publish --force