mirror of
https://github.com/walter-base/common-workflow.git
synced 2026-09-08 19:26:46 -04:00
fix: clean release installation summary
This commit is contained in:
@@ -129,6 +129,7 @@ jobs:
|
|||||||
TAG: ${{ needs.release-please.outputs.tag_name }}
|
TAG: ${{ needs.release-please.outputs.tag_name }}
|
||||||
REPOSITORY: ${{ github.repository }}
|
REPOSITORY: ${{ github.repository }}
|
||||||
SERVER_URL: ${{ github.server_url }}
|
SERVER_URL: ${{ github.server_url }}
|
||||||
|
SKILL_ROOT: ${{ inputs.skill_root }}
|
||||||
CLAUDE_PLUGIN_NAME: ${{ inputs.claude_plugin_name }}
|
CLAUDE_PLUGIN_NAME: ${{ inputs.claude_plugin_name }}
|
||||||
CLAUDE_MARKETPLACE_NAME: ${{ inputs.claude_marketplace_name }}
|
CLAUDE_MARKETPLACE_NAME: ${{ inputs.claude_marketplace_name }}
|
||||||
CODEX_MARKETPLACE_NAME: ${{ inputs.codex_marketplace_name }}
|
CODEX_MARKETPLACE_NAME: ${{ inputs.codex_marketplace_name }}
|
||||||
@@ -137,7 +138,7 @@ jobs:
|
|||||||
cat >> "$GITHUB_STEP_SUMMARY" <<EOF
|
cat >> "$GITHUB_STEP_SUMMARY" <<EOF
|
||||||
# Agent marketplace ${VERSION}
|
# Agent marketplace ${VERSION}
|
||||||
|
|
||||||
Released from tag `${TAG}`.
|
Release tag: `${TAG}`
|
||||||
|
|
||||||
## Claude Code
|
## Claude Code
|
||||||
|
|
||||||
@@ -157,16 +158,14 @@ jobs:
|
|||||||
## OpenCode
|
## OpenCode
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT:-skills} --agent opencode --skill '*'
|
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT} --agent opencode --skill '*'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cursor
|
## Cursor
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT:-skills} --agent cursor --skill '*'
|
npx skills add ${SERVER_URL}/${REPOSITORY}/tree/${TAG}/${SKILL_ROOT} --agent cursor --skill '*'
|
||||||
```
|
```
|
||||||
|
|
||||||
Cursor's native `/add-plugin ${CURSOR_PLUGIN_NAME}` flow can be used after the plugin is published to the Cursor Marketplace.
|
|
||||||
EOF
|
EOF
|
||||||
- name: Upload archive to GitHub Release
|
- name: Upload archive to GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user