File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 7
7
- prereleased
8
8
9
9
jobs :
10
- publish :
10
+ publish-cli :
11
11
12
12
runs-on : ubuntu-latest
13
13
18
18
19
19
with :
20
20
credential : ${{ secrets.PUB_CREDENTIAL_JSON }}
21
+ package_directory : ./openapi-generator-cli
22
+ flutter_package : true
23
+ skip_test : true
24
+ dry_run : true
25
+
26
+ publish-annotation :
27
+
28
+ runs-on : ubuntu-latest
29
+
30
+ steps :
31
+ - name : Checkout
32
+ uses : actions/checkout@v1
33
+ - name : Publish
34
+
35
+ with :
36
+ credential : ${{ secrets.PUB_CREDENTIAL_JSON }}
37
+ package_directory : ./openapi-generator-annotations
38
+ flutter_package : true
39
+ skip_test : true
40
+ dry_run : true
41
+
42
+ publish-generator :
43
+
44
+ runs-on : ubuntu-latest
45
+
46
+ steps :
47
+ - name : Checkout
48
+ uses : actions/checkout@v1
49
+ - name : Publish
50
+
51
+ with :
52
+ credential : ${{ secrets.PUB_CREDENTIAL_JSON }}
53
+ package_directory : ./openapi-generator
21
54
flutter_package : true
22
55
skip_test : true
23
56
dry_run : true
You can’t perform that action at this time.
0 commit comments