Skip to content

Commit

Permalink
ci: change package json path to try and fix the version set problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 8, 2024
1 parent cf7a57f commit 7c3e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[
"@semantic-release/git",
{
"assets": ["package.json", "Assets/LDtkUnity/CHANGELOG.md"],
"assets": ["Assets/LDtkUnity/package.json", "Assets/LDtkUnity/CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
Expand Down

0 comments on commit 7c3e47e

Please sign in to comment.