From 962dcb1125db93faff6159b618fb9384c4156e76 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Sun, 25 Jan 2026 15:26:15 +0800 Subject: [PATCH 1/2] update ci --- .github/workflows/release-ui.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/release-ui.yml b/.github/workflows/release-ui.yml index c1a509a..39aff30 100644 --- a/.github/workflows/release-ui.yml +++ b/.github/workflows/release-ui.yml @@ -149,17 +149,6 @@ jobs: - name: Display structure of downloaded files run: ls -llR geekgeekrun-ui@${{ github.sha }} - - name: Create release for private - uses: ncipollo/release-action@v1 - with: - repo: ggr - prerelease: true - allowUpdates: true - artifacts: geekgeekrun-ui@${{ github.sha }}/* - tag: ${{ github.ref }} - token: ${{ secrets.GGR_ACTION_SECRET }} - body: TODO New Release. - - name: Create release for public uses: ncipollo/release-action@v1 with: @@ -168,5 +157,5 @@ jobs: allowUpdates: true artifacts: geekgeekrun-ui@${{ github.sha }}/* tag: ${{ github.ref }} - token: ${{ secrets.GGR_ACTION_SECRET }} + token: ${{ secrets.GITHUB_TOKEN }} body: TODO New Release. From 98300ddf669704438696170cbd76d529060a0cc7 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Sun, 25 Jan 2026 15:26:59 +0800 Subject: [PATCH 2/2] ui-v0.14.0 --- packages/ui/package.json | 2 +- packages/ui/src/common/build-info.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 0e526e5..54f3612 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "geekgeekrun-ui", - "version": "0.13.3", + "version": "0.14.0", "description": "Boss 炸弹 - 自动开聊Boss,助力每位打工人求职!", "main": "./out/main/index.js", "author": "geekgeekrun", diff --git a/packages/ui/src/common/build-info.json b/packages/ui/src/common/build-info.json index 6e3d310..50c850e 100644 --- a/packages/ui/src/common/build-info.json +++ b/packages/ui/src/common/build-info.json @@ -1,7 +1,7 @@ { - "version": "0.13.3", - "buildVersion": 29, - "buildTime": 1768226645980, - "buildHash": "ca37e258c69f54492488f285a1ec1f385baee478", + "version": "0.14.0", + "buildVersion": 30, + "buildTime": 1769326019101, + "buildHash": "962dcb1125db93faff6159b618fb9384c4156e76", "name": "geekgeekrun-ui" } \ No newline at end of file