Skip to content

v0.23.0

v0.23.0 #1

Workflow file for this run

name: Publish plugin
on:
push:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
skip_test: true
dry_run: ${{ github.event_name == 'push' }}