From 934ba3e496335e00bd8b236bc5a40080908ba1c1 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 18 Jun 2023 20:13:38 +0200 Subject: [PATCH] fix: remove steps from release script (#1509) Closes gh-1383 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c9cfbb3a..1a02230de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: files: | target/webgoat-${{ env.WEBGOAT_MAVEN_VERSION }}.jar body: | - ## Version ${{ steps.tag.outputs.tag }} + ## Version ${{ github.ref_name }} ### New functionality @@ -54,7 +54,7 @@ jobs: - [#743 - Character encoding errors](https://github.com/WebGoat/WebGoat/issues/743) - Full change log: https://github.com/WebGoat/WebGoat/compare/${{ steps.tag.outputs.tag }}...${{ steps.tag.outputs.tag }} + Full change log: https://github.com/WebGoat/WebGoat/compare/${{ github.ref_name }}...${{ github.ref_name }} ## Contributors