From 29dc3fa01f9863acf5a6daa0a0a80248bf547e1b Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 3 May 2023 17:21:32 +0200 Subject: [PATCH] Updating buildid -fix3 --- .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 9d494c65..a1b4c6b9 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -85,7 +85,7 @@ jobs: - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1 with: - tag: "${{ env.GITHUB_REF_SLUG }}[${{ env.buildid }}]" + tag: "${{ env.GITHUB_REF_SLUG }}-${{ env.buildid }}" body: | # Release Notes (Cooker) This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}.