Update release.yml

This commit is contained in:
Zoe Roux 2021-04-19 00:13:17 +02:00 committed by GitHub
parent db0a983a45
commit 9942fc5b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- name: Set commit environment - name: Set commit environment
run: echo "COMMIT_SHA=$(git rev-list -n 1 ${{github.ref}})" >> $GITHUB_ENV run: echo "COMMIT_SHA=$(git rev-list -n 1 ${{github.ref}})" >> $GITHUB_ENV
- name: Wait for builds & tests to finish - name: Wait for builds & tests to finish
uses: lewagon/wait-on-check-action@v0.2 uses: lewagon/wait-on-check-action@master
with: with:
ref: ${{github.ref}} ref: ${{github.ref}}
repo-token: ${{secrets.GITHUB_TOKEN}} repo-token: ${{secrets.GITHUB_TOKEN}}