From 00da76d9164623269f960dba9b653112d418d834 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 29 Sep 2023 10:32:46 +0200 Subject: [PATCH] Testing feat pipeline --- .github/workflows/cooker-selfhosted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 0ba61c31..d2d1d88a 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -118,11 +118,11 @@ jobs: - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1 with: - tag: "${{env.TAG_NAME}}" + tag: "${{env.BRANCH_NAME}}" body: | # Release Notes (Cooker) This is a cooker snapshot based on the commit: ${{ github.event.repository.full_name }}@${{github.sha}}. - ${{env.TAG_NAME}} + ${{env.BRANCH_NAME}} ## Commits since last release ${{ steps.commits.outputs.commits }}