Skip to content

Only mark package swiftpm incompatible when pluginClass is present. (… #39

Only mark package swiftpm incompatible when pluginClass is present. (…

Only mark package swiftpm incompatible when pluginClass is present. (… #39

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@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
- name: Install dependencies
run: dart pub get
- name: Analyze
run: dart analyze
- name: Publish
run: dart pub publish -f