Skip to content

Update colors list

Update colors list #79

Workflow file for this run

name: Pub Publish dry run
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
uses: k-paxian/dart-package-publisher@master
with:
credential: 'MockCredential'
flutter_package: true
skip_test: true
dry_run: true