From c4fae81499ae906bd1dcd8918dcd60cfe2855c6b Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Sun, 24 May 2026 23:03:10 -0400 Subject: [PATCH] fix manual trigger Signed-off-by: Scott Andrews --- .github/workflows/manual-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-publish.yaml b/.github/workflows/manual-publish.yaml index 8eeff3e..886a888 100644 --- a/.github/workflows/manual-publish.yaml +++ b/.github/workflows/manual-publish.yaml @@ -43,7 +43,7 @@ jobs: echo "rust-version=$(yq -r '.toolchain.channel' rust-toolchain.toml)" | tee -a "${GITHUB_OUTPUT}" - wasmtime_git_sha="$(gh api "repos/bytecodealliance/wasmtime/commits/${{ inputs.wasmtime-git-ref }}" --template '{{.sha}}'))" + wasmtime_git_sha="$(gh api "repos/bytecodealliance/wasmtime/commits/${{ inputs.wasmtime-git-ref }}" --template '{{.sha}}')" echo "wasmtime-git-sha=${wasmtime_git_sha}" | tee -a "${GITHUB_OUTPUT}" # convert space delimited to new-line delimited