fix: release only when all tests pass

This commit is contained in:
youben11
2022-03-15 13:32:42 +01:00
committed by Ayoub Benaissa
parent 18f0ad77e7
commit 1995f29c06

View File

@@ -302,7 +302,7 @@ jobs:
CreateRelease:
runs-on: ubuntu-latest
needs: BuildAndTest
needs: [BuildAndTest, BuildAndTestDF, BuildAndTestMacOS]
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
outputs:
upload_url: ${{ steps.release.outputs.upload_url }}