Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Publish To VS Code Extension Marketplace
run: pnpm vsce publish -p ${{ secrets.VSCE_TOKEN }} --no-dependencies
run: pnpm vsce publish -p ${{ secrets.VSCE_TOKEN }} --no-dependencies --allow-star-activation

- name: Publish openVSX
run: pnpm dlx ovsx publish nocalhost.vsix -p ${{ secrets.OPEN_VSX_ACCESS_TOKEN }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nocalhost",
"version": "0.6.16-alpha.da5d0ea",
"version": "0.6.29",
"displayName": "Nocalhost",
"description": "Makes developing with Kubernetes feel like on local. IDE tool for cloud-native development",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"main": "./dist/extension.js",
"nhctl": {
"serverVersion": "0.4.7",
"version": "0.6.15"
"version": "0.6.29"
},
"contributes": {
"configuration": [
Expand Down Expand Up @@ -681,8 +681,7 @@
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"tree-kill": "^1.2.2",
"typescript": "4.0.2",
"vsce": "^1.81.1"
"typescript": "4.0.2"
},
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
Expand Down Expand Up @@ -725,9 +724,10 @@
"semver": "^7.3.4",
"tempy": "^1.0.0",
"uuid": "^8.3.2",
"vsce": "^2.15.0",
"vscode-nls": "^5.0.0",
"which": "^2.0.2",
"yaml": "^1.10.0"
},
"publisher": "nocalhost"
}
}
Loading