Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 8d4be08

Browse files
author
Chris Yang
authored
[ci] Fix wrong hash used in release.yml (#4286)
1 parent 83f8c4c commit 8d4be08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# This workflow should be the last to run. So wait for all the other tests to succeed.
3232
- name: Wait on all tests
33-
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea
33+
uses: lewagon/wait-on-check-action@a0f99ce1e713de216866868c3da4d4183a051cbe
3434
with:
3535
ref: ${{ github.sha }}
3636
running-workflow-name: 'release'

0 commit comments

Comments
 (0)