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