From f1db06c840a81e3ee152a1378f67199b15e1bea3 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Fri, 30 Dec 2022 06:06:30 +0300 Subject: [PATCH] :construction_worker: Fix `release.yml` --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0d3d15b7..fcd0ea9e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: cond: ${{ github.ref == 'refs/heads/main' }} if_true: "stable" - if_false: "dev" + if_false: "stable" - name: Auto Increment Ver Action uses: docker://igorgov/auto-inc-ver:v2.0.0 @@ -45,6 +45,9 @@ jobs: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: version_parameters + - name: Build + run: make build-all + - name: Log the version into a .txt file shell: bash run: |