From 9942fc5b6d774e599e17a995f2c27b114f019b5d Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 19 Apr 2021 00:13:17 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d3ce29c..331f57cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Set commit environment run: echo "COMMIT_SHA=$(git rev-list -n 1 ${{github.ref}})" >> $GITHUB_ENV - name: Wait for builds & tests to finish - uses: lewagon/wait-on-check-action@v0.2 + uses: lewagon/wait-on-check-action@master with: ref: ${{github.ref}} repo-token: ${{secrets.GITHUB_TOKEN}}