Fix inputs
This commit is contained in:
parent
d93642ddec
commit
f7159fe85d
|
@ -55,7 +55,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [package]
|
||||
if: ${{ input.PUBLISH }}
|
||||
if: ${{ inputs.PUBLISH }}
|
||||
|
||||
strategy:
|
||||
fail-fast: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user