From 524e6eefd6141a3c7aec207a69237175ceb9b4ac Mon Sep 17 00:00:00 2001 From: Xargon Date: Sun, 22 May 2022 09:54:27 +0900 Subject: [PATCH] Testing release tag - fix5 --- .github/workflows/cooker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 9c956bcd..4aed287c 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -123,7 +123,7 @@ jobs: - name: Read version from version file id: version - run: echo "##[set-output name=version;]cat $(find . -name version)" + run: echo "##[set-output name=version;]$(cat $(find . -name version))" - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1