Skip to content

feat: add 4.7.0 changelog #125

feat: add 4.7.0 changelog

feat: add 4.7.0 changelog #125

Workflow file for this run

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