From 2d378c7d65ea7bb7d8e1da51003ed9e9866bfb1c Mon Sep 17 00:00:00 2001 From: ricardodalarme Date: Sat, 25 Mar 2023 10:39:48 -0300 Subject: [PATCH] fix(release): force publish to avoid getting stuck in the accept step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff92357..c0e9953 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,4 +30,4 @@ jobs: run: flutter pub get - name: Publish to pub.dev - run: flutter pub publish + run: flutter pub publish --force