Skip to content

Automatic sync with pixelarticons upstream #1

Automatic sync with pixelarticons upstream

Automatic sync with pixelarticons upstream #1

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub publish --force