Skip to content

Commit

Permalink
ci(release): use poseidon/[email protected]
Browse files Browse the repository at this point in the history
for consistency
  • Loading branch information
tekumara committed Nov 28, 2024
1 parent c7b9c0c commit a71047e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Wait for build check to succeed
uses: lewagon/wait-[email protected]
- name: Wait for checks to succeed
uses: poseidon/wait-[email protected]
with:
ref: ${{ github.ref }}
check-name: build
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 5
token: ${{ secrets.GITHUB_TOKEN }}
interval: 5
- uses: actions/checkout@v3
- name: Set up Python
id: setup-python
Expand Down

0 comments on commit a71047e

Please sign in to comment.