Skip to content

Commit

Permalink
package cause the problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Nov 6, 2024
1 parent ae29e69 commit 812b36f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
.vscode-test/**
node_modules/**
src/**
test/**
.github/**
.husky/**
esbuild.js
.gitignore
.yarnrc
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": "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"
},
Expand Down

0 comments on commit 812b36f

Please sign in to comment.