Skip to content

Commit

Permalink
fix: publishing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Apr 3, 2024
1 parent 4d58852 commit 65d7925
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@
[
"@semantic-release/github",
{
"assets": ["dist"]
"assets": [
{
"path": "dist/adapter/index.js",
"name": "adapter.js",
"label": "Gearbox adapter for DefiLlama/DefiLlama-Adapters"
},
{
"path": "dist/yield-server/index.js",
"name": "yield-server.js",
"label": "Gearbox adapter for DefiLlama/yield-server"
}
]
}
],
[
Expand Down

0 comments on commit 65d7925

Please sign in to comment.