Skip to content

Commit 6e36055

Browse files
committed
add github workflow2
1 parent 6dee241 commit 6e36055

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-tencentcloud-terraform",
33
"displayName": "Tencent Cloud Terraform",
44
"description": "VS Code extension for developing with Terraform on Tencent Cloud",
5-
"version": "0.0.10",
5+
"version": "0.0.18",
66
"license": "MIT",
77
"publisher": "Tencent-Cloud",
88
"icon": "images/tc-tf-logo.png",
@@ -236,7 +236,9 @@
236236
"compile": "tsc -p ./",
237237
"watch": "tsc -watch -p ./",
238238
"package.patch": "vsce package patch --no-yarn",
239-
"release": "vsce publish --no-yarn",
239+
"package.current": "vsce package --no-yarn",
240+
"release.current": "vsce publish --no-yarn",
241+
"release.patch": "vsce publish patch --no-yarn",
240242
"pretest": "npm run compile && npm run lint",
241243
"lint": "eslint src --ext ts",
242244
"test": "npm run compile",
@@ -291,4 +293,4 @@
291293
"vscode-extension-telemetry-wrapper": "^0.13.3",
292294
"vscode-nls-i18n": "^0.2.4"
293295
}
294-
}
296+
}

0 commit comments

Comments
 (0)