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