This commit is contained in:
parent
116fe546a6
commit
d2c6a9bb1f
@ -7,19 +7,18 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
AutoRelease:
|
AutoRelease:
|
||||||
|
# 如果有Release标签则运行jobs
|
||||||
if: "contains(github.event.head_commit.message, 'Release')"
|
if: "contains(github.event.head_commit.message, 'Release')"
|
||||||
|
# 工作在ubuntu-latest系统中
|
||||||
container:
|
runs-on: ubuntu-latest
|
||||||
image: gitea/runner-images:ubuntu-latest
|
# 以下是steps
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# 检出仓库
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://gitee.com/actions-mirror/checkout@v4
|
uses: https://gitee.com/actions-mirror/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# 如果你文档需要 Git 子模块,取消注释下一行
|
# 启用子模块支持
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
# - name: 替换软件源为国内软件源
|
# - name: 替换软件源为国内软件源
|
||||||
|
Loading…
Reference in New Issue
Block a user