From 3d1cbde92e953d159ce68a02580e5d0b6d16d467 Mon Sep 17 00:00:00 2001 From: Yuval Leibovich Date: Thu, 11 May 2023 11:23:02 +0300 Subject: [PATCH] fix release name --- .github/workflows/package-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml index 58f1dbd..d338ffc 100644 --- a/.github/workflows/package-release.yaml +++ b/.github/workflows/package-release.yaml @@ -136,7 +136,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.increment_tag.outputs.tag_name }} - name: Release ${{ steps.increment_tag.outputs.tag_name }} + release_name: Release ${{ steps.increment_tag.outputs.tag_name }} body: | Release ${{ steps.increment_tag.outputs.tag_name }} -------------------------------