Skip to content

ci: add versions.env to unify flutter and dart versions #30

ci: add versions.env to unify flutter and dart versions

ci: add versions.env to unify flutter and dart versions #30

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
# Publish using the reusable workflow from dart-lang.
jobs:
publish:
permissions:
contents: read
id-token: write
uses: famedly/frontend-ci-templates/.github/workflows/publish-pub.yml@main
with:
env_file: ".github/workflows/versions.env"