There was an error while loading. Please reload this page.
1 parent b3dd160 commit f6122cbCopy full SHA for f6122cb
2 files changed
.drone.yml
@@ -12,6 +12,8 @@ steps:
12
GH_TOKEN:
13
from_secret: GH_TOKEN
14
commands:
15
+ - apt update
16
+ - apt-get install jq -y
17
- npm install
18
- npm run test
19
@@ -41,6 +43,6 @@ trigger:
41
43
event: [push]
42
44
---
45
kind: signature
-hmac: 54481a20ed8e3fad5069ae0fd4f0d4395a0500747501830695aefe1c313de66c
46
+hmac: e25129fad0dbcc1cf7711443a25cb08ffe6d88f2fada4f75fe7190a5194d824f
47
48
...
package.json
@@ -48,5 +48,8 @@
"lib": "lib",
49
"test": "tests"
50
},
51
- "license": "ISC"
+ "license": "ISC",
52
+ "release": {
53
+ "extends": "@livingdocs/semantic-release-presets/npm-github-verify"
54
+ }
55
}
0 commit comments