Skip to content

Fixing github CI/ test 7 #18

Fixing github CI/ test 7

Fixing github CI/ test 7 #18

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- name: Install dependencies
run: flutter pub get
- name: Check Publish Warnings
run: dart pub publish --dry-run
publish:
needs: 'tests'
permissions:
id-token: write # Required for authentication using OIDC
uses: subosito/flutter-action@v2/.github/workflows/workflow.yaml@main # Added build_runner step

Check failure on line 27 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

invalid value workflow reference: too many '@' in workflow reference
with:
environment: 'pub.dev'