ci: remove incorrect dry run skip on release step

This commit is contained in:
Nicolas Giard 2022-04-14 16:32:35 -04:00 committed by GitHub
parent 2e330b1a5a
commit e00b0d126c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ jobs:
# -----------------------------------------------------------------
release:
name: Make Release
if: ${{ always() && github.event.inputs.dryrun == 'false' }}
if: ${{ always() }}
needs: [tests, prepare]
runs-on: ubuntu-latest
env: