diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 76fa1962..85b3def9 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: "##[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