Skip to content

fix: invalid string type (#77) #61

fix: invalid string type (#77)

fix: invalid string type (#77) #61

Workflow file for this run

name: Publish
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.4.1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
skip_test: true