Skip to content

Commit 49461f1

Browse files
committed
chore: fix ci
1 parent 5ccd672 commit 49461f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Get dependencies
2828
run: |
2929
dart pub global activate melos
30-
melos run pub:get
30+
melos run get
3131
- name: Release
3232
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)