From d4877f5625a51c3ea0046d8c172c2efba28a1b63 Mon Sep 17 00:00:00 2001 From: pifou25 Date: Sun, 2 Jul 2023 14:57:12 +0200 Subject: [PATCH] fix: the Github summary --- .github/workflows/semantic_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 1332171..51439a0 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -43,5 +43,4 @@ jobs: if: ${{ env.NEXT_RELEASE_VERSION != '' }} run: | echo "New release : ${{ env.NEXT_RELEASE_VERSION }}" >> $GITHUB_STEP_SUMMARY - echo "Version = ${{ steps.semantic.outputs.new_release_version }}" >> $GITHUB_STEP_SUMMARY \ No newline at end of file