From f30653e41bf2a8f8f2012712193beee044a9e84c Mon Sep 17 00:00:00 2001 From: kifir Date: Sat, 6 Jul 2024 23:07:04 +0300 Subject: [PATCH] implement `Check Created Realease Tag` step --- .github/workflows/custom-board-build/action.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/custom-board-build/action.yaml b/.github/workflows/custom-board-build/action.yaml index 1a51898ef9..2771e95bfb 100644 --- a/.github/workflows/custom-board-build/action.yaml +++ b/.github/workflows/custom-board-build/action.yaml @@ -519,6 +519,12 @@ runs: custom_tag: ${{ inputs.new_tag }} tag_prefix: '' + - name: Check Created Release Tag + shell: bash + run: | + : Check Created Realease Tag + echo "new_tag=${{ steps.tag.outputs.new_tag }}" >> $GITHUB_OUTPUT + - name: Upload Tagged Daily Release Bundle if: ${{ contains(inputs.uploads, 'bundles') && steps.checkTag.outputs.exists == 'false'}} working-directory: ${{inputs.rusefi_dir}}/artifacts