update ci

This commit is contained in:
geekgeekrun
2026-01-11 15:06:52 +08:00
parent 3b318262a4
commit 880557c1ad

View File

@@ -149,17 +149,6 @@ jobs:
- name: Display structure of downloaded files
run: ls -llR geekgeekrun-ui@${{ github.sha }}
- name: Create release for public
uses: ncipollo/release-action@v1
with:
repo: geekgeekrun
prerelease: true
allowUpdates: true
artifacts: geekgeekrun-ui@${{ github.sha }}/*
tag: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
body: TODO New Release.
- name: Create release for private
uses: ncipollo/release-action@v1
with:
@@ -168,5 +157,16 @@ jobs:
allowUpdates: true
artifacts: geekgeekrun-ui@${{ github.sha }}/*
tag: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GGR_ACTION_SECRET }}
body: TODO New Release.
- name: Create release for public
uses: ncipollo/release-action@v1
with:
repo: geekgeekrun
prerelease: true
allowUpdates: true
artifacts: geekgeekrun-ui@${{ github.sha }}/*
tag: ${{ github.ref }}
token: ${{ secrets.GGR_ACTION_SECRET }}
body: TODO New Release.