Skip to content

Commit 2d49e08

Browse files
authored
Merge pull request #9302 from ever-co/fix/agent-build-release-path
fix: agent build release path
2 parents 4cf8d77 + dde1ba1 commit 2d49e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/agent/src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"publish": [
4040
{
4141
"provider": "github",
42-
"repo": "ever-agent",
42+
"repo": "ever-gauzy-agent",
4343
"releaseType": "release"
4444
},
4545
{
4646
"provider": "spaces",
4747
"name": "ever",
4848
"region": "sfo3",
49-
"path": "/ever-agent",
49+
"path": "/ever-gauzy-agent",
5050
"acl": "public-read"
5151
}
5252
],

0 commit comments

Comments
 (0)