Skip to content

Commit 4c94208

Browse files
author
LaksCastro
committed
(#7) Keep only the --force argument to skip confirmation
1 parent f1469d6 commit 4c94208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: dart-lang/setup-dart@v1
1313

1414
- name: Run Pub Publish
15-
run: dart pub publish --dry-run --force
15+
run: dart pub publish --force

0 commit comments

Comments
 (0)