We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40208e3 commit 5109ebaCopy full SHA for 5109eba
.github/workflows/base.yaml
@@ -27,5 +27,5 @@ jobs:
27
id-token: write
28
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
29
if: ${{ github.ref_type == 'tag' }}
30
- needs: build
+ needs: [build, example]
31
0 commit comments