From 016b681c23cf033366e5ea346fe0d155b75d0b3f Mon Sep 17 00:00:00 2001 From: takeshix Date: Mon, 19 Apr 2021 15:07:04 +0200 Subject: [PATCH] Fixed script in 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 500a8b4..545eb3d 100644 --- a/.github/workflows/build-socat.yml +++ b/.github/workflows/build-socat.yml @@ -139,7 +139,7 @@ jobs: id: tag_release run: | set +e - if git tag "socat-v${{ needs.build-x86.outputs.version }}";then + if [ $(git tag "socat-v${{ needs.build-x86.outputs.version }}") ];then git push origin "socat-v${{ needs.build-x86.outputs.version }}" echo ::set-output name=NEW_RELEASE::"true" else