mirror of
https://github.com/flutter/packages.git
synced 2025-06-26 03:03:23 +08:00
Fix another bare use of 'pub' (#403)
Follow-up to #401 that fixes a missed instance.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user