diff --git a/.github/workflows/build-img4-generic-files.yml b/.github/workflows/build-img4-generic-files.yml index 50f0efd7d..3103993dd 100644 --- a/.github/workflows/build-img4-generic-files.yml +++ b/.github/workflows/build-img4-generic-files.yml @@ -64,6 +64,7 @@ jobs: else IS_BUILDABLE=0 fi + echo "IS_BUILDABLE=${IS_BUILDABLE}" >> $GITHUB_OUTPUT #endjob build_cfg check_image_exist: diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index a38007daa..f4daadb05 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -39,7 +39,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.config_step.outputs.VERSION_STR }} - release_name: ${{ steps.config_step.outputs.VERSION_STR }} generate_release_notes: true target_commitish: ${{ github.ref_name }} #endjob build_cfg