fix(release): force publish to avoid getting stuck in the accept step
This commit is contained in:
parent
5bf80d010a
commit
2d378c7d65
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue