Skip to content

Commit

Permalink
[ci] Fix wrong hash used in release.yml (flutter#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Yang authored and amantoux committed Sep 27, 2021
1 parent 9778bff commit 2915a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -30,7 +30,7 @@ jobs:

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

0 comments on commit 2915a9a

Please sign in to comment.