From a32fa6780d6650125088dd7fa5213cca6f84211b Mon Sep 17 00:00:00 2001 From: csviri Date: Thu, 5 May 2022 12:46:32 +0200 Subject: [PATCH] ci: skip update version for release candidates --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 452d3fe116..fba97ffa16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,7 @@ jobs: # This is separate job because there were issues with git after release step, was not able to commit changes. See history. update-working-version: runs-on: ubuntu-latest + if: "!contains(github.event.release.tag_name, 'RC')" steps: - uses: actions/checkout@v3 if: ${{ startsWith(github.event.release.tag_name, 'v1.' ) }}