From a1617fb19a955d2181ffeb004817cf5846781bad Mon Sep 17 00:00:00 2001 From: Janpreet Singh Date: Wed, 7 Aug 2024 20:44:01 -0400 Subject: [PATCH] cicd --- .github/workflows/cicd.yaml | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 57e72ae..92e8eea 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -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 diff --git a/package.json b/package.json index b64cba0..3c24ea4 100644 --- a/package.json +++ b/package.json @@ -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",