Skip to content

Commit 63e248e

Browse files
committed
chore: updated labeler
1 parent 49c4bc1 commit 63e248e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
package_directory: ./openapi-generator-cli
2222
flutter_package: true
2323
skip_test: true
24-
dry_run: true
24+
dry_run: false
2525

2626
publish-annotation:
2727

@@ -37,7 +37,7 @@ jobs:
3737
package_directory: ./openapi-generator-annotations
3838
flutter_package: true
3939
skip_test: true
40-
dry_run: true
40+
dry_run: false
4141

4242
publish-generator:
4343

@@ -53,4 +53,4 @@ jobs:
5353
package_directory: ./openapi-generator
5454
flutter_package: true
5555
skip_test: true
56-
dry_run: true
56+
dry_run: false

0 commit comments

Comments
 (0)