6
0

Fix inputs

This commit is contained in:
Jon Michael Aanes 2023-11-09 00:54:49 +01:00
parent d93642ddec
commit f7159fe85d

View File

@ -55,7 +55,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [package] needs: [package]
if: ${{ input.PUBLISH }} if: ${{ inputs.PUBLISH }}
strategy: strategy:
fail-fast: true fail-fast: true