Skip to content

Commit

Permalink
ci: try a different wait action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Oct 19, 2023
1 parent e2ebe04 commit bd3b307
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
id: get-sha
run: echo "sha=$(git log --grep='chore(release):' -n 1 --pretty=format:"%H")" >> $GITHUB_ENV
- name: Wait for release workflow to complete
uses: fountainhead/[email protected]
id: wait-for-releasegit
uses: explorium-ai/[email protected]
with:
name: release
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ env.sha }}
checkName: release
timeoutSeconds: 3600 # 1 hour
sha: ${{ env.sha }}


- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit bd3b307

Please sign in to comment.