mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-05 07:30:29 +08:00
update ci
This commit is contained in:
8
.github/workflows/release-ui.yml
vendored
8
.github/workflows/release-ui.yml
vendored
@@ -1,9 +1,5 @@
|
||||
name: Release UI
|
||||
|
||||
permissions:
|
||||
contents: write # required to create releases and push tags
|
||||
packages: write # optional — needed if you publish packages or upload package-related assets
|
||||
|
||||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
@@ -161,7 +157,7 @@ jobs:
|
||||
allowUpdates: true
|
||||
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
||||
tag: ${{ github.ref }}
|
||||
token: ${{ secrets.GGR_ACTION_SECRET }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: TODO New Release.
|
||||
|
||||
- name: Create release for private
|
||||
@@ -172,5 +168,5 @@ jobs:
|
||||
allowUpdates: true
|
||||
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
||||
tag: ${{ github.ref }}
|
||||
token: ${{ secrets.GGR_ACTION_SECRET }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: TODO New Release.
|
||||
|
||||
Reference in New Issue
Block a user