Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Jul 21, 2024
1 parent a626d39 commit 451acfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
node-version: 22

- run: npm install
- run: npm install npm-run-all -D
- run: npm install --legacy-peer-deps
- run: npm audit fix --force
- run: npm install -g @vscode/vsce
- run: npm run compile
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [v0.3.6]
## [v0.3.7]

### New Feature

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": "jenkins-log-reader",
"description": "read jenkins log, analyse with local AI.",
"version": "0.3.6",
"version": "0.3.7",
"engines": {
"vscode": "^1.91.0"
},
Expand Down

0 comments on commit 451acfd

Please sign in to comment.