From 4639379ebf545b68b7bf456f11f18eb2b95e0f6c Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 2 Oct 2023 12:43:13 +0200 Subject: [PATCH] cooker-pipeline: buildid was missing [skip ci] --- .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 c9be51da..3bfc2c23 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -118,7 +118,7 @@ jobs: - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1 with: - tag: "${{env.BRANCH_NAME}}" + tag: "${{env.BRANCH_NAME}}-${{ env.buildid }}" body: | # Release Notes (Cooker) This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}.