mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 00:47:15 +08:00
Merge branch 'feature/ui' into feature/add-city-filter-condition-constraint
This commit is contained in:
@@ -149,17 +149,6 @@ jobs:
|
|||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -llR geekgeekrun-ui@${{ github.sha }}
|
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
|
- name: Create release for public
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
@@ -168,5 +157,5 @@ jobs:
|
|||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
token: ${{ secrets.GGR_ACTION_SECRET }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
body: TODO New Release.
|
body: TODO New Release.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "geekgeekrun-ui",
|
"name": "geekgeekrun-ui",
|
||||||
"version": "0.13.3",
|
"version": "0.14.0",
|
||||||
"description": "Boss 炸弹 - 自动开聊Boss,助力每位打工人求职!",
|
"description": "Boss 炸弹 - 自动开聊Boss,助力每位打工人求职!",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "geekgeekrun",
|
"author": "geekgeekrun",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "0.13.3",
|
"version": "0.14.0",
|
||||||
"buildVersion": 29,
|
"buildVersion": 30,
|
||||||
"buildTime": 1768226645980,
|
"buildTime": 1769326019101,
|
||||||
"buildHash": "ca37e258c69f54492488f285a1ec1f385baee478",
|
"buildHash": "962dcb1125db93faff6159b618fb9384c4156e76",
|
||||||
"name": "geekgeekrun-ui"
|
"name": "geekgeekrun-ui"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user