fix(release): force publish to avoid getting stuck in the accept step

This commit is contained in:
ricardodalarme 2023-03-25 10:39:48 -03:00
parent 5bf80d010a
commit 2d378c7d65
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ jobs:
run: flutter pub get run: flutter pub get
- name: Publish to pub.dev - name: Publish to pub.dev
run: flutter pub publish run: flutter pub publish --force