Skip to content

Commit 82ff659

Browse files
committed
chore(ci): updated release-please
chore(ci): updated release-please chore(ci): updated release-please chore(ci): updated release-please chore(ci): updated release-please chore(ci): updated release-please chore(ci): updated release-please
1 parent 818a358 commit 82ff659

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: subosito/flutter-action@v2
2828
- 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+
4430
- name: Install Dependencies
4531
run: melos exec -- "dart pub get"
4632

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Stable release 🕊️📦
1+
name: Stable release 🕊️📦
22

33
on:
44
release:
@@ -10,15 +10,16 @@ on:
1010
jobs:
1111
test:
1212
uses: gibahjoe/openapi-generator-dart/.github/workflows/code_quality.yml@master
13+
secrets: inherit
1314
publish:
1415
name: Publish Packages with Melos
1516
runs-on: ubuntu-latest
1617
needs: [test]
1718
steps:
1819
- uses: actions/checkout@v4
19-
- uses: dart-lang/setup-dart@v1
20+
- uses: subosito/flutter-action@v2
2021
- 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+
2324
- name: Publish
2425
run: melos publish --no-dry-run --yes

release-please-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"component": "openapi-generator-cli"
1515
}
1616
},
17-
"bump-minor-pre-major": false,
18-
"bump-patch-for-minor-pre-major": false,
19-
"skip-github-release": true,
2017
"plugins": [
2118
{
2219
"type": "linked-versions",

0 commit comments

Comments
 (0)