Skip to content

Commit f310f11

Browse files
authored
Merge pull request #3957 from Tyriar/publish_addon
Fix publishing addons as xterm
2 parents f6940aa + 8d308a7 commit f310f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function getNextBetaVersion(packageJson) {
9999
}
100100
const tag = 'beta';
101101
let nextStableVersion;
102-
if (packageJson.name = 'xterm') {
102+
if (packageJson.name === 'xterm') {
103103
nextStableVersion = `5.0.0`;
104104
} else {
105105
const stableVersion = packageJson.version.split('.');

0 commit comments

Comments
 (0)