You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Publish Dart/Flutter package
v1.2.1
This action publishing the Flutter plugin.
Required Google Account credential.
You can find the credentials.json within .pub-cache
in the User's home directory.
You can use open ~/.pub-cache
.
Optional Publish packages type. Default: true
Optional Skip test. Default: false
Optional Package directory. Default: "."
name: Publish plugin
on:
release:
types: [published]
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: false
skip_test: true