Skip to content

Commit

Permalink
fix(ci): remove unitypackage auto publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 authored Dec 5, 2022
1 parent 49ac138 commit 2f12274
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ module.exports = {
["@semantic-release/git", {
"assets": [`Assets/${process.env.PROJECT_NAME}/package.json`, "CHANGELOG.md"],
"message": "chore(release): new release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@iam1337/create-unitypackage", {
"packageRoot": `Assets/${process.env.PROJECT_NAME}`,
"projectRoot": "./",
"output": `${process.env.PROJECT_NAME}.unitypackage`
}],
["@semantic-release/github", {
"assets": [
{"path": `${process.env.PROJECT_NAME}.unitypackage`, "label": `${process.env.PROJECT_NAME} v\${nextRelease.version}`}
]
}]
],
"preset": "angular"
Expand Down

0 comments on commit 2f12274

Please sign in to comment.