From 11e7508f6baf25ad235d616d0a65e5a1c30b4451 Mon Sep 17 00:00:00 2001 From: hudescottes Date: Thu, 27 Jun 2024 00:27:49 +0200 Subject: [PATCH] chore: Release creation workflow --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bffec7f..2575884 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,9 @@ jobs: steps: - name: Prep Release id: prep - run: curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest" - | grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $VERSION + run: | + curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest" + grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $VERSION echo $VERSION