Skip to content

Commit 6a8746e

Browse files
authored
Use newest verion of firehose in publish (#378)
1 parent f4fbac4 commit 6a8746e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,12 @@ jobs:
225225
sdk: ${{ inputs.sdk }}
226226

227227
- name: Install firehose
228-
run: dart pub global activate firehose
228+
run: dart pub global activate --source git https://github.com/dart-lang/ecosystem --git-path pkgs/firehose/
229+
if: ${{ !inputs.local_debug }}
230+
231+
- name: Install local firehose
232+
run: dart pub global activate --source path pkgs/firehose/
233+
if: ${{ inputs.local_debug }}
229234

230235
- name: Publish packages
231236
run: dart pub global run firehose --publish ${{ fromJSON('{"true":"--use-flutter","false":"--no-use-flutter"}')[inputs.use-flutter] }}

0 commit comments

Comments
 (0)