Skip to content

use Object.hashAll instead of hashValues. #4

use Object.hashAll instead of hashValues.

use Object.hashAll instead of hashValues. #4

Workflow file for this run

name: Pub Publish dry run
on: [push]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
dry_run: true