From 34ac0f4a0ccc606c2b3ab68eac7a90872f02ac56 Mon Sep 17 00:00:00 2001 From: Sven Kummetz Date: Thu, 9 Feb 2023 12:49:10 +0100 Subject: [PATCH] Update npm-gulp.yml --- .github/workflows/npm-gulp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-gulp.yml b/.github/workflows/npm-gulp.yml index b4d1953..662757f 100644 --- a/.github/workflows/npm-gulp.yml +++ b/.github/workflows/npm-gulp.yml @@ -52,7 +52,7 @@ jobs: - name: Set tagname shell: bash run: | - value=`cat version.txt` + version=`cat version.txt` echo "TAGNAME=$version" >> $GITHUB_ENV - name: Create Release id: create_release @@ -61,7 +61,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: v${{ env.TAGNAME }} - release_name: Release ${{ github.ref }} + release_name: Release v${{ env.TAGNAME }} body: | Changes in this Release - First Change