Skip to content

Commit 09342ca

Browse files
authored
Merge pull request easingthemes#54 from easingthemes/feature/package-json-automation
fix: semantic-release/npm update config
2 parents 4383250 + 40096bf commit 09342ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.releaserc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"changelogFile": "docs/CHANGELOG.md"
1010
}
1111
],
12-
"@semantic-release/npm",
12+
["@semantic-release/npm", {
13+
"npmPublish": false
14+
}],
1315
[
1416
"@semantic-release/git",
1517
{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "ssh-deploy",
33
"version": "2.1.9",
4-
"private": true,
54
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
65
"main": "src/index.js",
76
"dependencies": {

0 commit comments

Comments
 (0)