Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -44,6 +44,6 @@ jobs: | @@ -44,6 +44,6 @@ jobs: | ||
| 44 | - uses: actions/checkout@v2 | 44 | - uses: actions/checkout@v2 |
| 45 | - uses: sakebook/actions-flutter-pub-publisher@v1.2.1 | 45 | - uses: sakebook/actions-flutter-pub-publisher@v1.2.1 |
| 46 | with: | 46 | with: |
| 47 | - credential: ${{ secrets.PUB_CREDENTIAL }} | 47 | + credential: ${{ secrets.PUB_CREDENTIALS }} |
| 48 | flutter_package: true | 48 | flutter_package: true |
| 49 | skip_test: true | 49 | skip_test: true |
-
Please register or login to post a comment