ci: remove incorrect dry run skip on release step
This commit is contained in:
parent
2e330b1a5a
commit
e00b0d126c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue