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" <