Skip to content

Commit

Permalink
cat css
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Nov 6, 2024
1 parent 49fae5c commit ae29e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
- run: npm install
- 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 }}
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.27",
"version": "0.7.28",
"engines": {
"vscode": "^1.95.0"
},
Expand Down

0 comments on commit ae29e69

Please sign in to comment.