From a1fce3eb51d8afa548267cf1dce5ec02074638af Mon Sep 17 00:00:00 2001 From: David Bennett Date: Thu, 4 Mar 2021 23:03:57 -0800 Subject: [PATCH] Make the publish do a force to ignore input. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4cb644e..e43a333 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: - run: flutter --version - run: flutter pub get - run: flutter test - - run: flutter pub publish + - run: flutter pub publish --force - uses: EndBug/add-and-commit@v4 with: author_name: David Bennett