Skip to content

Commit ba1e4e1

Browse files
author
Martin Kamleithner
committed
bugfix: pub -> dart pub
1 parent 05515a4 commit ba1e4e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_alpha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Activate multipack
2020
run: |
2121
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
22-
pub global activate multipack
22+
dart pub global activate multipack
2323
- name: Bump to alpha version
2424
run: |
2525
multipack --only $PACKAGES pubspec bump-alpha

.github/workflows/publish_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Activate multipack
2020
run: |
2121
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
22-
pub global activate multipack
22+
dart pub global activate multipack
2323
- name: Sync package versions
2424
run: |
2525
multipack --only $PACKAGES pubspec sync-versions

0 commit comments

Comments
 (0)