We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publish
ci-publish
1 parent a0e1eb9 commit a8a249bCopy full SHA for a8a249b
2 files changed
package.json
@@ -30,10 +30,10 @@
30
},
31
"devDependencies": {
32
"buho": "0.1.0",
33
+ "ci-publish": "^1.3.0",
34
"minimist": "^1.2.0",
- "prebuild": "^4.2.2",
35
- "publish": "github:piranna/node-publish",
+ "prebuild": "^4.3.0",
36
"qemu": "^2.6.0",
37
"suppose": "^0.6.1"
38
}
39
-}
+}
scripts/mergeOrRelease
@@ -5,7 +5,7 @@ if [ "$SEMAPHORE_TRIGGER_SOURCE" != "scheduler" ] \
5
then
6
if [ "$BRANCH_NAME" = "master" ]
7
8
- publish
+ ci-publish
9
else
10
buho-merge
11
fi
0 commit comments