Skip to content

Commit b012ca8

Browse files
authored
chore: wait before release (#4323)
1 parent f2d0108 commit b012ca8

File tree

1 file changed

+12
-0
lines changed
  • clients/algoliasearch-client-dart/.github/workflows

1 file changed

+12
-0
lines changed

clients/algoliasearch-client-dart/.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,23 @@ jobs:
5353
with:
5454
working-directory: ${{ matrix.package }}
5555

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+
5667
publish_algoliasearch:
5768
needs:
5869
- check
5970
- publish_core
6071
- publish_clients
72+
- wait_for_dependencies
6173
permissions:
6274
id-token: write
6375
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)