Skip to content

Commit c4d0ebe

Browse files
algolia-botmillotp
andcommitted
fix(clients): lock version (generated)
algolia/api-clients-automation#4228 Co-authored-by: Pierre Millot <[email protected]>
1 parent 9f889f4 commit c4d0ebe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,18 @@ jobs:
2929
with:
3030
working-directory: packages/client_core
3131

32+
wait_for_core:
33+
needs: publish_core
34+
runs-on: ubuntu-latest
35+
steps:
36+
- name: Wait for core package to be published
37+
shell: bash
38+
run: sleep 300
39+
3240
publish_clients:
3341
needs:
3442
- check
35-
- publish_core
43+
- wait_for_core
3644
strategy:
3745
matrix:
3846
package:

0 commit comments

Comments
 (0)