1
0
mirror of https://github.com/flutter/packages.git synced 2025-07-08 03:46:19 +08:00

Fix another bare use of 'pub' ()

Follow-up to  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

@ -41,7 +41,7 @@ jobs:
run: | run: |
git config --global user.name ${{ secrets.USER_NAME }} git config --global user.name ${{ secrets.USER_NAME }}
git config --global user.email ${{ secrets.USER_EMAIL }} 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: {PUB_CREDENTIALS: "${{ secrets.PUB_CREDENTIALS }}"}
env: env: