Skip to content

Commit c427072

Browse files
authored
Merge pull request #72 from Flagsmith/fix/force-release-ci
fix(ci): Fix publish workflow
2 parents 47b9a78 + 4fc841f commit c427072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Publish
4242
run: |
4343
flutter pub pub token add https://pub.dev --env-var PUB_TOKEN
44-
flutter pub publish
44+
flutter pub publish --force

0 commit comments

Comments
 (0)