Update release.yml

This commit is contained in:
Mattia Astorino 2020-09-05 10:37:09 +02:00 committed by GitHub
parent 25f2a2fef3
commit 07de076610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ jobs:
release:
runs-on: ubuntu-latest
if: contains(github.ref, 'tag')
needs: prepare
steps:
- uses: actions/checkout@v2