Skip to content

Commit

Permalink
fix: fixed asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahwaheed committed May 9, 2024
1 parent fc141f3 commit 80068aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"pkgRoot": "dist"
},
{
"path": "@semantic-release/github"
"path": "@semantic-release/github",
"assets": {
"path": "dist"
}
}
],
"analyzeCommits": "@semantic-release/commit-analyzer",
Expand All @@ -26,7 +29,7 @@
{
"path": "@semantic-release/github",
"assets": {
"path": "dist/*"
"path": "dist"
}
}
],
Expand Down

0 comments on commit 80068aa

Please sign in to comment.