From eef54d6c31eb26fbad15213dd918c09fcbdc3e17 Mon Sep 17 00:00:00 2001 From: takeshix Date: Mon, 19 Apr 2021 14:46:42 +0200 Subject: [PATCH] Updated socat workflow --- .github/workflows/build-socat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}