parent
52d26dd801
commit
94fdcbaa53
|
|
@ -6,6 +6,8 @@ on:
|
|||
types: [closed]
|
||||
push:
|
||||
branches: [ "main","releases/**" ]
|
||||
tags:
|
||||
- '*' # 任意的tag都会触发
|
||||
# paths:
|
||||
# - 'sub-project/**'
|
||||
# - '!sub-project/docs/**' # !在正匹配之后匹配负模式(以 为前缀)将排除该路径。
|
||||
|
|
@ -279,7 +281,7 @@ jobs:
|
|||
#tag_name: ${{ needs.upload.outputs.tag-name }}
|
||||
#tag_name: ${{ steps.vars.outputs.tag }}
|
||||
fail_on_unmatched_files: true
|
||||
name: Release ${{ steps.vars.outputs.tag }}
|
||||
name: Release ${{ github.ref_name }}
|
||||
make_latest: true # 指定是否将此版本设置为仓库的最新版本。草稿版和预发布版不能设置为最新版本。可以是true、false或legacy。
|
||||
draft: false # 指示此版本是否为草稿
|
||||
prerelease: false # 是否为预发布版本
|
||||
|
|
|
|||
Loading…
Reference in New Issue