update ci

This commit is contained in:
geekgeekrun
2026-01-11 13:45:14 +08:00
parent fbeb01ab48
commit 2e9d3af276

View File

@@ -153,17 +153,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: 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
uses: ncipollo/release-action@v1
with:
@@ -174,3 +163,14 @@ jobs:
tag: ${{ github.ref }}
token: ${{ secrets.GGR_ACTION_SECRET }}
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.