Skip to content

Remove workspace and resolution from pubspec.yaml before resolv… #33

Remove workspace and resolution from pubspec.yaml before resolv…

Remove workspace and resolution from pubspec.yaml before resolv… #33

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
permissions: read-all
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
runs-on: ubuntu-latest
environment: pub-dev
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
- name: Install dependencies
run: dart pub get
- name: Analyze
run: dart analyze
- name: Publish
run: dart pub publish -f