From 21ea7356fe6918d550d9ee67ee53aae0d6687d36 Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Wed, 15 Nov 2023 12:18:15 +0200 Subject: [PATCH] ci: Added workflow for the test binaries builds --- .github/workflows/build_and_release_binary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release_binary.yaml b/.github/workflows/build_and_release_binary.yaml index 1c09dce6d7..8095370d98 100644 --- a/.github/workflows/build_and_release_binary.yaml +++ b/.github/workflows/build_and_release_binary.yaml @@ -18,7 +18,7 @@ jobs: - name: Generate output with git tag id: set run: | - if [[ !${{ github.event.issue.pull_request }} ]]; then + if [[ ${{ github.event.issue.pull_request }} ]]; then version=$(cut -d "-" -f1 <<< ${GITHUB_REF#refs/*/}) echo "release_version=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT echo "git_tag=${version}" >> $GITHUB_OUTPUT