Skip to content

Commit

Permalink
chore: wait before release (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Jan 8, 2025
1 parent f2d0108 commit b012ca8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions clients/algoliasearch-client-dart/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,23 @@ jobs:
with:
working-directory: ${{ matrix.package }}

wait_for_dependencies:
needs:
- check
- publish_core
- publish_clients
runs-on: ubuntu-latest
steps:
- name: Wait for dependency package to be published
shell: bash
run: sleep 300

publish_algoliasearch:
needs:
- check
- publish_core
- publish_clients
- wait_for_dependencies
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
Expand Down

0 comments on commit b012ca8

Please sign in to comment.