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 f2d0108 commit b012ca8Copy full SHA for b012ca8
clients/algoliasearch-client-dart/.github/workflows/release.yml
@@ -53,11 +53,23 @@ jobs:
53
with:
54
working-directory: ${{ matrix.package }}
55
56
+ wait_for_dependencies:
57
+ needs:
58
+ - check
59
+ - publish_core
60
+ - publish_clients
61
+ runs-on: ubuntu-latest
62
+ steps:
63
+ - name: Wait for dependency package to be published
64
+ shell: bash
65
+ run: sleep 300
66
+
67
publish_algoliasearch:
68
needs:
69
- check
70
- publish_core
71
- publish_clients
72
+ - wait_for_dependencies
73
permissions:
74
id-token: write
75
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
0 commit comments