Skip to content

Updated the GitHub action. #16

Updated the GitHub action.

Updated the GitHub action. #16

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- rel/*
jobs:
publish_packages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Publish
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIALS_JSON }}
format: true
force: true