diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index b89c88b..518cb5c 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -25,5 +25,4 @@ jobs: - run: npm install -g @vscode/vsce - run: npm run compile - run: cat ./out/extension.css - - run: vsce package - run: vsce publish -p ${{ secrets.VSCE_PAT }} diff --git a/.vscodeignore b/.vscodeignore index 3570569..549dfe0 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -2,6 +2,9 @@ .vscode-test/** node_modules/** src/** +test/** +.github/** +.husky/** esbuild.js .gitignore .yarnrc diff --git a/package.json b/package.json index 84e1d38..ca25d87 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jenkins-log-reader", "displayName": "AI Log Reader", "description": "Read jenkins log, analyse with local AI.", - "version": "0.7.28", + "version": "0.7.29", "engines": { "vscode": "^1.95.0" },