Merge pull request #6689 from kifir23917/output-release-tag

implement `Check Created Realease Tag` step
This commit is contained in:
kifir23917 2024-07-06 23:08:09 +03:00 committed by GitHub
commit be78cffce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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