Skip to content

Commit 5109eba

Browse files
ci: add dependency for deployment job
1 parent 40208e3 commit 5109eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
id-token: write
2828
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
2929
if: ${{ github.ref_type == 'tag' }}
30-
needs: build
30+
needs: [build, example]
3131

0 commit comments

Comments
 (0)