Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit f061a9b

Browse files
committed
build: remove exec
1 parent f423c7b commit f061a9b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.releaserc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ module.exports = {
33
plugins: [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6-
"@semantic-release/github",
7-
["@semantic-release/exec", {
8-
"publishCmd": "echo ::set-env name=VERSION::v${nextRelease.version}"
9-
}],
6+
"@semantic-release/github"
107
]
118
};

0 commit comments

Comments
 (0)