From 4992009cbade53bc24137e43f96b282fe6e01440 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sun, 12 Jan 2025 20:58:08 -0500 Subject: [PATCH] Test outputs --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e8c6cf..f9b42ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,9 +113,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + cat ${{ needs.build.outputs }} gh release create ${{ needs.build.outputs.version }} ${{ github.workspace }}/dist/* \ --draft \ - --title "v${{ needs.build.outputs.version }}" \ + --title "${{ needs.build.outputs.version }}" \ --notes "$(cat << 'EOM' ${{ needs.build.outputs.changelog }} EOM