File tree 3 files changed +6
-22
lines changed
3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
- uses : subosito/flutter-action@v2
28
28
- uses : bluefireteam/melos-action@v3
29
- # - name: Checkout
30
- # uses: actions/checkout@v3
31
- # - name: Setup Dart
32
- # uses: dart-lang/setup-dart@v1
33
- # with:
34
- # sdk: stable
35
- # - name: Setup Flutter
36
- # uses: subosito/flutter-action@v3
37
- # with:
38
- # channel: stable
39
- #
40
- # - name: Install Melos
41
- # run: dart pub global activate melos
42
- # - name: Bootstrap Melos
43
- # run: melos bootstrap
29
+
44
30
- name : Install Dependencies
45
31
run : melos exec -- "dart pub get"
46
32
Original file line number Diff line number Diff line change 1
- name : Stable release 🕊️📦
1
+ name : Stable release 🕊️📦✅
2
2
3
3
on :
4
4
release :
10
10
jobs :
11
11
test :
12
12
uses : gibahjoe/openapi-generator-dart/.github/workflows/code_quality.yml@master
13
+ secrets : inherit
13
14
publish :
14
15
name : Publish Packages with Melos
15
16
runs-on : ubuntu-latest
16
17
needs : [test]
17
18
steps :
18
19
- uses : actions/checkout@v4
19
- - uses : dart-lang/setup-dart@v1
20
+ - uses : subosito/flutter-action@v2
20
21
- uses : bluefireteam/melos-action@v3
21
- - name : Authenticate with Pub
22
- run : echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
22
+ - uses : dart-lang/setup-dart@v1
23
+
23
24
- name : Publish
24
25
run : melos publish --no-dry-run --yes
Original file line number Diff line number Diff line change 14
14
"component" : " openapi-generator-cli"
15
15
}
16
16
},
17
- "bump-minor-pre-major" : false ,
18
- "bump-patch-for-minor-pre-major" : false ,
19
- "skip-github-release" : true ,
20
17
"plugins" : [
21
18
{
22
19
"type" : " linked-versions" ,
You can’t perform that action at this time.
0 commit comments