From 74ed73fa08f0b18c3fd8d720d350c073b2536a1b Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 31 Dec 2023 16:28:51 +1000 Subject: [PATCH] Fix bash variable access in Create Release Draft step. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e21b5a..57a4862 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release create v${{ needs.build.outputs.version }} \ + gh release create "v${{ needs.build.outputs.version }}" \ --draft \ --title "v${{ needs.build.outputs.version }}" \ --notes "$(cat << 'EOM'