From 9c738ab5a40f9e1bf480c40e49f9feaf8032bec2 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 20 Mar 2023 16:19:17 +0000 Subject: [PATCH] [REVERT] Pipelines: restored old tag in cooker-seflhosted --- .github/workflows/cooker-selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index f79641c3..a9590ed7 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -64,7 +64,7 @@ jobs: - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1 with: - tag: "${{ basename(github.ref) }}-${{ steps.generating_buildid.outputs.build-id }}" + tag: "${{ steps.generating_buildid.outputs.build-id }}" body: | # Release Notes (Cooker) This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}.