mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-09 11:14:27 +08:00
Fix workflow: Package .vsix file before creating GitHub release
This commit is contained in:
@@ -28,7 +28,9 @@ jobs:
|
||||
npm version $VERSION --no-git-tag-version
|
||||
|
||||
- name: Package extension
|
||||
run: npm run vscode:prepublish
|
||||
run: |
|
||||
npm run vscode:prepublish
|
||||
npx @vscode/vsce package
|
||||
|
||||
- name: Publish to marketplace
|
||||
run: npx @vscode/vsce publish --pat ${{ secrets.VCSE_PAT }}
|
||||
@@ -36,7 +38,7 @@ jobs:
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ./humanagent-mcp-*.vsix
|
||||
files: "*.vsix"
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: Release ${{ github.ref_name }}
|
||||
generate_release_notes: true
|
||||
|
||||
Reference in New Issue
Block a user