Skip to content

Commit f4fbac4

Browse files
authored
Use up to date firehose in publish (#376)
1 parent 1fe5686 commit f4fbac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
sdk: ${{ inputs.sdk }}
131131

132132
- name: Install firehose
133-
run: dart pub global activate firehose
133+
run: dart pub global activate --source git https://github.com/dart-lang/ecosystem --git-path pkgs/firehose/
134134
if: ${{ !inputs.local_debug }}
135135

136136
- name: Install local firehose

0 commit comments

Comments
 (0)