Update release.yml

This commit is contained in:
Zoe Roux
2021-04-18 19:17:32 +02:00
committed by GitHub
parent 484ccecb75
commit 3bd1c0e99e
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
- uses: actions/checkout@v2
- name: Wait for builds & tests to finish
uses: lewagon/wait-on-check-action@v0.2