Skip to content

Commit b01d0ab

Browse files
committed
fix: set archive version properly
1 parent 1408a39 commit b01d0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@semantic-release/exec",
66
{
77
"prepareCmd": "chmod a+x ./bin/version.sh && ./bin/version.sh ${nextRelease.version} && cp -r ./README.md ./dist/toppy && npx json -I -f package.json -e 'this.version=\"${nextRelease.version}\"'",
8-
"successCmd": "npm run postpublish"
8+
"successCmd": "npm run postpublish -- ${nextRelease.version}"
99
}
1010
],
1111
[

0 commit comments

Comments
 (0)