Skip to content

Commit 54ef826

Browse files
committed
chore: fix copy/paste error on github release config for prod release
1 parent 1c6bbf0 commit 54ef826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configPromise.then((config) => {
2424
]);
2525

2626
if (isSDK) {
27-
plugins.push('@semantic-release/github');
27+
newConfig.plugins.push('@semantic-release/github');
2828
}
2929
}
3030
return semanticRelease(newConfig);

0 commit comments

Comments
 (0)