Update release.yml

This commit is contained in:
Zoe Roux 2021-04-18 19:19:55 +02:00 committed by GitHub
parent 3bd1c0e99e
commit 61656704b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2
- 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
- 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
with: with: