We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4383250 commit 40096bfCopy full SHA for 40096bf
.releaserc
@@ -9,7 +9,9 @@
9
"changelogFile": "docs/CHANGELOG.md"
10
}
11
],
12
- "@semantic-release/npm",
+ ["@semantic-release/npm", {
13
+ "npmPublish": false
14
+ }],
15
[
16
"@semantic-release/git",
17
{
package.json
@@ -1,7 +1,6 @@
1
2
"name": "ssh-deploy",
3
"version": "2.1.9",
4
- "private": true,
5
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
6
"main": "src/index.js",
7
"dependencies": {
0 commit comments