Skip to content

Commit 596343d

Browse files
authored
Skip the incremental version check (#422)
1 parent cbef769 commit 596343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: 🔍 Validate package
206206
run: |
207207
echo "Running pub publish dry-run to validate package..."
208-
flutter pub publish --dry-run
208+
flutter pub publish --dry-run --force
209209
210210
- name: 📝 Check pub.dev credentials
211211
run: |

0 commit comments

Comments
 (0)