From d725e19ea7c02d7061f3ac682cda6ab9ca619bb6 Mon Sep 17 00:00:00 2001 From: Hammerbeck Date: Thu, 23 May 2024 10:23:34 +0200 Subject: [PATCH] release from branch --- .github/actions/release-to-git/action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/actions/release-to-git/action.yml b/.github/actions/release-to-git/action.yml index 6af25031..163459d4 100644 --- a/.github/actions/release-to-git/action.yml +++ b/.github/actions/release-to-git/action.yml @@ -27,12 +27,6 @@ runs: run: | echo "latestTag=$(git tag | sort --version-sort | tail -n1)" >> $GITHUB_OUTPUT - - name: output values - shell: bash - run: | - echo "latestTag: ${{ steps.set-latest-tag.outputs.latestTag }}" - echo "version: ${{ steps.get-version.outputs.version }}" - - name: Create release shell: bash if: ${{ !(steps.set-latest-tag.outputs.latestTag == steps.get-version.outputs.version) }} @@ -40,4 +34,4 @@ runs: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} TAG: ${{ steps.get-version.outputs.version }} run: | - gh release create "$TAG" --title="v${{steps.get-version.outputs.version}}" --generate-notes + gh release create "$TAG" --title="v${{steps.get-version.outputs.version}}" --generate-notes --target feat/automatic-release-notes