Skip to content

fix: Use new flutter github actions workflow' #10

fix: Use new flutter github actions workflow'

fix: Use new flutter github actions workflow' #10

name: Publish to pub.dev
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: Impaktfull/gh_action_dart_conventional_release/custom_workflows/flutter_release.yml@main

Check failure on line 12 in .github/workflows/publish_to_pubdev.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_to_pubdev.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
environment: 'pub.dev'