Skip to content

Commit

Permalink
ci: try a different wait action once more
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Oct 19, 2023
1 parent bd3b307 commit b396374
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@ jobs:
- name: Get the SHA of the last release commit
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: explorium-ai/[email protected]
uses: mostafahussein/[email protected]
if: ${{ github.ref != 'refs/heads/develop' }}
with:
name: release
token: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ env.sha }}

secret: ${{ secrets.GITHUB_TOKEN }}
repository-name: ${{ github.repository }}
repository-owner: ${{ github.repository_owner }}
head-sha: ${{ env.sha }}
base-branch: "main"
polling-interval: 60

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

0 comments on commit b396374

Please sign in to comment.