fix: remove found check

This commit is contained in:
Stefanuk12 2025-04-16 16:11:28 +01:00
parent b039af2360
commit d85047f45f
No known key found for this signature in database
GPG key ID: 7E19B1E4C83A2A35

View file

@ -156,7 +156,6 @@ jobs:
permissions:
packages: write
needs: [ prepare ]
if: ${{ needs.prepare.outputs.found == 'false' }}
env:
VERSION: ${{ needs.prepare.outputs.version }}
steps: