Skip to content

Commit

Permalink
ci: fix the package json not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 6, 2024
1 parent 94f9488 commit 7e62cb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
[
"@semantic-release/npm",
{
"npmPublish": false
"npmPublish": false,
"pkgRoot": "Assets/LDtkUnity"
}
],

Expand All @@ -39,6 +40,5 @@
],

"@semantic-release/github"
],
"packageJsonPath": "Assets/LDtkUnity/package.json"
]
}

0 comments on commit 7e62cb8

Please sign in to comment.