creativecreatorormaybenot

Publish wakelock 0.2.0 馃コ

... ... @@ -4,10 +4,6 @@ on:
push:
branches:
- master
paths:
# Can only publish the package when the Pubspec changed, i.e. specifically the package
# version, however, we can ensure that this is the case in code review.
- '*/pubspec.yaml'
jobs:
pana:
... ... @@ -46,7 +42,7 @@ jobs:
- uses: actions/checkout@v2.3.3
- uses: sakebook/actions-flutter-pub-publisher@v1.3.1
with:
relativePath: ${{ matrix.package }}
package_directory: ${{ matrix.package }}
credential: ${{ secrets.PUB_CREDENTIALS }}
flutter_package: true
skip_test: true
... ...