diff --git a/.github/workflows/build-socat.yml b/.github/workflows/build-socat.yml index 3ebccc9..9b2aade 100644 --- a/.github/workflows/build-socat.yml +++ b/.github/workflows/build-socat.yml @@ -148,7 +148,7 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 - condition: ${{ steps.tag_release.outputs.NEW_RELEASE == 'true' }} + if: ${{ steps.tag_release.outputs.NEW_RELEASE == 'true' }} with: name: socat-v${{ needs.build-x86.outputs.version }} tag: socat-v${{ needs.build-x86.outputs.version }}