Skip to content

Commit 1ff96e8

Browse files
committed
chore: Fixed breaking CI.
1 parent b9ab069 commit 1ff96e8

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
publish-generator:
4343

4444
runs-on: ubuntu-latest
45-
45+
needs: [publish-annotation, publish-cli]
4646
steps:
4747
- name: Checkout
4848
uses: actions/checkout@v1

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ class _MyHomePageState extends State<MyHomePage> {
123123
), // This trailing comma makes auto-formatting nicer for build methods.
124124
);
125125
}
126-
}
126+
}

openapi-generator/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# projects at Google. For details and rationale,
33
# see https://github.com/dart-lang/pedantic#enabled-lints.
44
include: package:pedantic/analysis_options.yaml
5-
include: package:lints/recommended.yaml
65

76
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
87
# Uncomment to specify additional rules.

openapi-generator/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@ dependencies:
1010
build: '>=0.12.6 <=3.0.0'
1111
source_gen: '>=1.0.0 <=2.0.0'
1212
path: '>=1.0.0 <=2.0.0'
13-
openapi_generator_annotations: ^4.11.0
13+
openapi_generator_annotations: ^4.12.0
1414
analyzer: '>=2.0.0 <=6.0.0'
15-
openapi_generator_cli: ^4.11.0
15+
openapi_generator_cli: ^4.12.0
1616
yaml: ^3.1.2
1717
http: ^1.1.0
1818

1919
dev_dependencies:
2020
test: ^1.24.2
2121
build_runner: '>=1.0.0 <3.0.0'
2222
build_test: '>=1.2.0 <3.0.0'
23-
source_gen_test: ^1.0.6
23+
source_gen_test:
2424
pedantic:
2525
coverage: ^1.6.3
26-
lints: ^2.1.1
2726

2827
dependency_overrides:
2928
openapi_generator_annotations:

0 commit comments

Comments
 (0)