From b996cc50c9500e31ff4a811ca1735240484e179d Mon Sep 17 00:00:00 2001 From: Walter Cheng Date: Fri, 17 Jul 2026 14:31:06 -0400 Subject: [PATCH] fix: clean release installation summary --- .github/workflows/agent-marketplace-release.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/agent-marketplace-release.yaml b/.github/workflows/agent-marketplace-release.yaml index 7b83010..7488bef 100644 --- a/.github/workflows/agent-marketplace-release.yaml +++ b/.github/workflows/agent-marketplace-release.yaml @@ -129,6 +129,7 @@ jobs: TAG: ${{ needs.release-please.outputs.tag_name }} REPOSITORY: ${{ github.repository }} SERVER_URL: ${{ github.server_url }} + SKILL_ROOT: ${{ inputs.skill_root }} CLAUDE_PLUGIN_NAME: ${{ inputs.claude_plugin_name }} CLAUDE_MARKETPLACE_NAME: ${{ inputs.claude_marketplace_name }} CODEX_MARKETPLACE_NAME: ${{ inputs.codex_marketplace_name }} @@ -137,7 +138,7 @@ jobs: cat >> "$GITHUB_STEP_SUMMARY" <