From 48245f4491440a2aa8798e74a272397a0a2d6048 Mon Sep 17 00:00:00 2001 From: Alex Bezpalko Date: Tue, 10 Sep 2024 17:53:25 +0200 Subject: [PATCH] create tag for non-main branches too --- .github/workflows/build_apps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_apps.yml b/.github/workflows/build_apps.yml index 18071f43df..cd0faa2111 100644 --- a/.github/workflows/build_apps.yml +++ b/.github/workflows/build_apps.yml @@ -87,7 +87,6 @@ jobs: comet_build_args: "BUILD_MODE=comet" create-git-tag: - if: github.ref_name == 'main' needs: - set-version - build-backend @@ -95,7 +94,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 - name: Create git tag run: |