mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
update ci
This commit is contained in:
@@ -153,17 +153,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: geekgeekrun/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:
|
||||||
@@ -174,3 +163,14 @@ jobs:
|
|||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
token: ${{ secrets.GGR_ACTION_SECRET }}
|
token: ${{ secrets.GGR_ACTION_SECRET }}
|
||||||
body: TODO New Release.
|
body: TODO New Release.
|
||||||
|
|
||||||
|
- name: Create release for private
|
||||||
|
uses: ncipollo/release-action@v1
|
||||||
|
with:
|
||||||
|
repo: geekgeekrun/ggr
|
||||||
|
prerelease: true
|
||||||
|
allowUpdates: true
|
||||||
|
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
||||||
|
tag: ${{ github.ref }}
|
||||||
|
token: ${{ secrets.GGR_ACTION_SECRET }}
|
||||||
|
body: TODO New Release.
|
||||||
|
|||||||
Reference in New Issue
Block a user