Skip to content

Commit

Permalink
Release v6.6.1 (fixed one more time)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kapferer committed Nov 30, 2021
1 parent 216b743 commit c6c08a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ task startCode(type:Exec, dependsOn: installExtension) {
}

task publish(dependsOn: vscodeExtension, type: NodeTask) {
script = file("$rootProject.projectDir/node_modules/vsce/out/vsce")
script = file("$rootProject.projectDir/node_modules/vsce/vsce")
args = [ 'publish', '-p', System.getenv('MS_MARKETPLACE_ACCESS_TOKEN'), "--packagePath", "${project.buildDir}/vscode/vscode-extension-${project.version}.vsix"]
execOverrides {
workingDir = projectDir
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmlVersion=6.6.2-SNAPSHOT
cmlVersion=6.6.1
gradleNodePluginVersion=2.2.4
nodeVersion=10.16.0
npmVersion=6.10.2
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "context-mapper-vscode-extension",
"displayName": "Context Mapper",
"description": "The Context Mapper VS Code Extension",
"version": "6.7.0-SNAPSHOT",
"version": "6.6.1",
"publisher": "contextmapper",
"icon": "resources/contextmapper.png",
"license": "Apache-2.0",
Expand Down

0 comments on commit c6c08a2

Please sign in to comment.