6
0
This commit is contained in:
Jon Michael Aanes 2023-11-09 19:22:19 +01:00
parent 8b5012a9ab
commit 1ce5663d8c

View File

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