From 7c17706a1350a87d2f824d4baef5ab9a004d0211 Mon Sep 17 00:00:00 2001 From: Xargon Date: Fri, 20 May 2022 11:43:09 +0900 Subject: [PATCH] WORKFLOW: edited tag generator --- .github/workflows/cooker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 8e8812c9..f9962382 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -117,10 +117,14 @@ jobs: # run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" # id: extract_branch + - name: Generate tag + id: tag + run: "##[set-output name=tag;]echo $(flatpak run net.retrodeck.retrodeck -v)" + - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1 with: - tag: "$(flatpak run net.retrodeck.retrodeck -v)" + tag: "${{ steps.tag.outputs.tag }}" body: | # Release Notes (Cooker) This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}.