Skip to content

Commit afdba25

Browse files
committed
chore: 🤖 release pipeline update
1 parent 478596d commit afdba25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Wait on tests
20-
uses: lewagon/wait-on-check-action@v1.1.2
20+
uses: lewagon/wait-on-check-action@v1.3.1
2121
with:
2222
ref: ${{ github.ref }}
23-
check-name: "Run tests"
23+
running-workflow-name: "Run tests"
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
wait-interval: 10
2626

0 commit comments

Comments
 (0)