Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 19e56de

Browse files
committed
ci: fix bootstrap
1 parent 6627935 commit 19e56de

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/create-release-pull-request.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232

3333
- name: Setup Melos
3434
uses: bluefireteam/melos-action@v3
35-
with:
36-
run-bootstrap: true
35+
36+
- name: Get dependencies
37+
run: flutter pub get
3738

3839
- name: Run `melos version`
3940
id: get-changed-packages

.github/workflows/publish-to-pub-dev.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121

2222
- name: Setup Melos
2323
uses: bluefireteam/melos-action@v3
24-
with:
25-
run-bootstrap: true
24+
25+
- name: Get dependencies
26+
run: flutter pub get
2627

2728
- name: Publish to pub.dev
2829
env:

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ workspace:
2121

2222
melos:
2323
packages:
24+
- example
2425
- packages/**
25-
ignore:
26-
- "packages/**/example"
2726
command:
2827
version:
2928
workspaceChangelog: false

0 commit comments

Comments
 (0)