Skip to content

Commit

Permalink
fix(ci): removed unused plugin for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 committed Aug 25, 2023
1 parent 3a232b4 commit fb80448
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ module.exports = {
"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}`}
Expand Down

0 comments on commit fb80448

Please sign in to comment.