Skip to content

chore(release): 10.3.0+2 #488

chore(release): 10.3.0+2

chore(release): 10.3.0+2 #488

Workflow file for this run

name: Base
on:
push:
branches: [main]
tags:
- '[0-9]+.[0-9]+.[0-9]'
- '[0-9]+.[0-9]+.[0-9]+\+[0-9]+'
pull_request:
branches: [main]
workflow_dispatch:
# This ensures that previous jobs for the PR are canceled when PR is updated
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
permissions:
contents: read
uses: flutter-form-builder-ecosystem/.github/.github/workflows/minimal-quality.yaml@main
with:
codecov-name: flutter_form_builder
enable-fix-tests: true
example:
permissions:
contents: read
uses: flutter-form-builder-ecosystem/.github/.github/workflows/build-examples.yaml@main
deployment:

Check failure on line 35 in .github/workflows/base.yaml

View workflow run for this annotation

GitHub Actions / Base

Invalid workflow file

The workflow is not valid. .github/workflows/base.yaml (Line: 35, Col: 3): Error calling workflow 'flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main'. The nested job 'deployment-web' is requesting 'pages: write', but is only allowed 'pages: none'.
permissions:
id-token: write
contents: write
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
if: ${{ github.ref_type == 'tag' }}
needs: [build, example]