Fix another bare use of 'pub' (#403)

Follow-up to #401 that fixes a missed instance.
This commit is contained in:
stuartmorgan
2021-07-04 14:01:24 -07:00
committed by GitHub
parent 5a46376448
commit 11b6af80d4

View File

@ -41,7 +41,7 @@ jobs:
run: |
git config --global user.name ${{ secrets.USER_NAME }}
git config --global user.email ${{ secrets.USER_EMAIL }}
pub global run flutter_plugin_tools publish-plugin --all-changed --base-sha=HEAD~ --skip-confirmation --remote=origin
dart pub global run flutter_plugin_tools publish-plugin --all-changed --base-sha=HEAD~ --skip-confirmation --remote=origin
env: {PUB_CREDENTIALS: "${{ secrets.PUB_CREDENTIALS }}"}
env: