Skip to content

Commit be6b5cc

Browse files
author
Anycodes
committed
add custom package
1 parent 3b3edb3 commit be6b5cc

8 files changed

Lines changed: 178 additions & 150 deletions

File tree

.github/workflows/registry-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
s registry login --token ${{ secrets.alibaba_registry_v3_publish_token }}
2626
- name: release prod
2727
run: |
28-
npm i && cp -r ./agentrun-20250910 ./node_modules/@alicloud && npm run build && s registry publish
28+
npm i && npm run build && s registry publish

package-lock.json

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AgentRunComponent",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "This is agentrun component for Serverless Devs Tool",
55
"autoInstall": false,
66
"homepage": "https://www.serverless-devs.com",

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Component
33
Name: agentrun
44
Provider:
55
- 阿里云
6-
Version: 0.0.4
6+
Version: 0.0.5
77
Description: 部署阿里云 AgentRun 智能体运行时
88
HomePage: https://github.com/devsapp/agentrun
99
Tags:

0 commit comments

Comments
 (0)