docs: correct way to print release plugin name
This commit is contained in:
parent
db3fc3eaf7
commit
0cd8a57b4f
@ -39,7 +39,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (const release of releases) {
|
for (const release of releases) {
|
||||||
console.log(`The release was published with plugin "${pluginName}".`);
|
console.log(`The release was published with plugin "${release.pluginName}".`);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log('No release published.');
|
console.log('No release published.');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user