Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
janpreet committed Aug 8, 2024
1 parent 600781b commit a1617fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- name: Install Publishing Tools
run: |
npm install -g vsce ovsx
- name: Create Namespace (if not exists)
run: |
ovsx create-namespace janpreet -p ${{ secrets.OVSX_TOKEN }} || echo "Namespace already exists"
- name: Package Extension
run: vsce package
- name: Get VSIX File Name
Expand Down
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": "kado-extension",
"displayName": "Kado Extension",
"description": "VS Code extension for Kado .kd and .tmpl files",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "janpreet",
"author": {
"name": "Janpreet Singh",
Expand Down

0 comments on commit a1617fb

Please sign in to comment.