Skip to content

Commit 026c67c

Browse files
author
mashal-m
committed
refactor: update ci file
1 parent bcc0b3c commit 026c67c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.releaserc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@
1515
"prepare": "@semantic-release/npm",
1616
"publish": [
1717
"@semantic-release/npm",
18-
"@semantic-release/exec",
18+
["@semantic-release/exec",
19+
{
20+
"publishCmd": "echo ::set-output name=nextVer::${nextRelease.version}"
21+
}
22+
],
1923
{
2024
"path": "@semantic-release/github",
2125
"assets": {
2226
"path": "dist/*"
23-
},
24-
"publishCmd": "echo ::set-output name=nextVer::${nextRelease.version}"
27+
}
2528
}
2629
],
2730
"success": [],

0 commit comments

Comments
 (0)