From b2cb604e32c3b8cf09d05ccf39c7369eceff971d Mon Sep 17 00:00:00 2001 From: hudescottes Date: Thu, 27 Jun 2024 00:47:01 +0200 Subject: [PATCH] chore: Release creation workflow --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34367c6..bce3df8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,14 +13,10 @@ jobs: run: | curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest" grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $env:GITHUB_OUTPUT -# - name: test version -# run: echo "${{ steps.prep.outputs }}" + - name: test version + run: echo "${{ steps.prep.outputs }}" # Parse changelog - - echo 'changelog<> $GITHUB_ENV - echo $CHANGELOG >> $GITHUB_ENV - echo 'EOF' >> $GITHUB_ENV # - name: Create Release # id: create_release