Skip to content

Commit 6baec7b

Browse files
fix: rename GitHub Release pack file
1 parent e70d54f commit 6baec7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = {
66
[
77
"@semantic-release/github",
88
{
9-
assets: [{ path: "temp/*.tgz", name: "Bundled NPM Library" }],
9+
// eslint-disable-next-line no-template-curly-in-string -- This is a lodash template string
10+
assets: [{ path: "temp/*.tgz", name: "recursive-proxy-mock-${nextRelease.gitTag}.tgz" }],
1011
},
1112
],
1213
],

0 commit comments

Comments
 (0)