Skip to content

Commit

Permalink
fix(ci): remove publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 authored Jan 24, 2022
1 parent d59a4c2 commit 49afb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
"changelogFile": "CHANGELOG.md"
}],
["@semantic-release/npm", {
"npmPublish": true,
"npmPublish": false,
"pkgRoot": `Assets/${process.env.PROJECT_NAME}` }],
["@semantic-release/git", {
"assets": [`Assets/${process.env.PROJECT_NAME}/package.json`, "CHANGELOG.md"],
Expand Down

0 comments on commit 49afb60

Please sign in to comment.