Skip to content

Commit

Permalink
enable the release
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 5, 2024
1 parent a6133fd commit f914a6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@ module.exports = {
aliasTags: {
"latest": ["zowe-v2-lts"],
},
npmPublish: false,
npmPublish: true,
tarballDir: "dist",
},
{
$cwd: "packages/cli",
aliasTags: {
"latest": ["zowe-v2-lts"],
},
npmPublish: false,
npmPublish: true,
tarballDir: "dist",
},
],
[
"@octorelease/vsce",
{
$cwd: "packages/vsce",
ovsxPublish: false,
vscePublish: false,
ovsxPublish: true,
vscePublish: true,
vsixDir: "dist",
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/vsce/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import { getInquireProgramCommand } from "./commands/inquireProgram";
*/
export async function activate(context: ExtensionContext) {
const zeVersion = getZoweExplorerVersion();
let treeDataProv: CICSTree;
let treeDataProv: CICSTree = null;
if (!zeVersion) {
window.showErrorMessage("Zowe Explorer was not found: Please ensure Zowe Explorer v2.0.0 or higher is installed");
return;
Expand Down

0 comments on commit f914a6b

Please sign in to comment.