Showing
1 changed file
with
1 additions
and
5 deletions
| @@ -4,10 +4,6 @@ on: | @@ -4,10 +4,6 @@ on: | ||
| 4 | push: | 4 | push: |
| 5 | branches: | 5 | branches: |
| 6 | - master | 6 | - master |
| 7 | - paths: | ||
| 8 | - # Can only publish the package when the Pubspec changed, i.e. specifically the package | ||
| 9 | - # version, however, we can ensure that this is the case in code review. | ||
| 10 | - - '*/pubspec.yaml' | ||
| 11 | 7 | ||
| 12 | jobs: | 8 | jobs: |
| 13 | pana: | 9 | pana: |
| @@ -46,7 +42,7 @@ jobs: | @@ -46,7 +42,7 @@ jobs: | ||
| 46 | - uses: actions/checkout@v2.3.3 | 42 | - uses: actions/checkout@v2.3.3 |
| 47 | - uses: sakebook/actions-flutter-pub-publisher@v1.3.1 | 43 | - uses: sakebook/actions-flutter-pub-publisher@v1.3.1 |
| 48 | with: | 44 | with: |
| 49 | - relativePath: ${{ matrix.package }} | 45 | + package_directory: ${{ matrix.package }} |
| 50 | credential: ${{ secrets.PUB_CREDENTIALS }} | 46 | credential: ${{ secrets.PUB_CREDENTIALS }} |
| 51 | flutter_package: true | 47 | flutter_package: true |
| 52 | skip_test: true | 48 | skip_test: true |
-
Please register or login to post a comment