Skip to content

Commit

Permalink
chore(ci): updated release-please
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gibahjoe committed Nov 6, 2024
1 parent 818a358 commit 82ff659
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
# - name: Checkout
# uses: actions/checkout@v3
# - name: Setup Dart
# uses: dart-lang/setup-dart@v1
# with:
# sdk: stable
# - name: Setup Flutter
# uses: subosito/flutter-action@v3
# with:
# channel: stable
#
# - name: Install Melos
# run: dart pub global activate melos
# - name: Bootstrap Melos
# run: melos bootstrap

- name: Install Dependencies
run: melos exec -- "dart pub get"

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Stable release 🕊️📦
name: Stable release 🕊️📦

on:
release:
Expand All @@ -10,15 +10,16 @@ on:
jobs:
test:
uses: gibahjoe/openapi-generator-dart/.github/workflows/code_quality.yml@master
secrets: inherit
publish:
name: Publish Packages with Melos
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
- name: Authenticate with Pub
run: echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
- uses: dart-lang/setup-dart@v1

- name: Publish
run: melos publish --no-dry-run --yes
3 changes: 0 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"component": "openapi-generator-cli"
}
},
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"skip-github-release": true,
"plugins": [
{
"type": "linked-versions",
Expand Down

0 comments on commit 82ff659

Please sign in to comment.