From eee5927470d3885e834086fe77ab436f4a5e8930 Mon Sep 17 00:00:00 2001 From: MarkAckert Date: Fri, 20 Sep 2024 12:01:17 -0400 Subject: [PATCH] update zowe explorer vscode tag (fix automation) Signed-off-by: MarkAckert --- manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json.template b/manifest.json.template index 6194230ca9..412befcf93 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -336,7 +336,7 @@ "componentGroup": "Zowe Visual Studio Code Extension", "entries": [{ "repository": "zowe-explorer-vscode", - "tag": "next", + "tag": "main", "destinations": ["Visual Studio Code Marketplace"] }] },