Skip to content

Commit a8a249b

Browse files
committed
Replaced publish module for ci-publish using token instead of credentials
1 parent a0e1eb9 commit a8a249b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
},
3131
"devDependencies": {
3232
"buho": "0.1.0",
33+
"ci-publish": "^1.3.0",
3334
"minimist": "^1.2.0",
34-
"prebuild": "^4.2.2",
35-
"publish": "github:piranna/node-publish",
35+
"prebuild": "^4.3.0",
3636
"qemu": "^2.6.0",
3737
"suppose": "^0.6.1"
3838
}
39-
}
39+
}

scripts/mergeOrRelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ "$SEMAPHORE_TRIGGER_SOURCE" != "scheduler" ] \
55
then
66
if [ "$BRANCH_NAME" = "master" ]
77
then
8-
publish
8+
ci-publish
99
else
1010
buho-merge
1111
fi

0 commit comments

Comments
 (0)