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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- 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
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- 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@v0.2