Skip to content

Commit f6dba92

Browse files
fix(tooling): revert removed code for publishing tag (#528)
1 parent 52a0c4c commit f6dba92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.releaserc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"changelogFile": "packages/contact-center/CHANGELOG.md"
1616
}
1717
],
18+
[
19+
"@semantic-release/exec",
20+
{
21+
"prepareCmd": "node ./tooling/src/publish.js ${nextRelease.channel} ${nextRelease.version} "
22+
}
23+
],
1824
[
1925
"@semantic-release/git",
2026
{

0 commit comments

Comments
 (0)