mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-09 01:17:06 +08:00
edit release ci
This commit is contained in:
@@ -149,7 +149,18 @@ 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
|
- 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.GITHUB_TOKEN }}
|
||||||
|
body: TODO New Release.
|
||||||
|
|
||||||
|
- name: Create release for public
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
repo: geekgeekrun/geekgeekrun
|
repo: geekgeekrun/geekgeekrun
|
||||||
|
|||||||
Reference in New Issue
Block a user