Skip to content

fix manifest publish to none #3

fix manifest publish to none

fix manifest publish to none #3

Workflow file for this run

name: publish
on:
push:
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
jobs:
# https://dart.dev/tools/pub/automated-publishing
publish:
runs-on: ubuntu-latest
permissions: {id-token: write}
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart pub publish --dry-run
- run: dart pub publish --force