From ae29e6960fa3c646a8840c7b83a1214c175802a2 Mon Sep 17 00:00:00 2001 From: huangjien Date: Wed, 6 Nov 2024 11:23:59 +0000 Subject: [PATCH] cat css --- .github/workflows/CI.yaml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 4b0fa5a..b89c88b 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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 }} diff --git a/package.json b/package.json index 7aa4fcc..84e1d38 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.27", + "version": "0.7.28", "engines": { "vscode": "^1.95.0" },