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
+1 -1
View File
@@ -10,9 +10,9 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set commit environment
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
with: