Explorar o código

更新 GitHub Actions 以包含发布名称

在 go-tag-release.yml 文件中添加了新的配置项,用于设置发布的名称为版本号,并保持生成发布说明和标记最新版本的原有功能。
SongZihuan hai 1 semana
pai
achega
dd85e51201
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/go-tag-release.yml

+ 1 - 0
.github/workflows/go-tag-release.yml

@@ -123,6 +123,7 @@ jobs:
           generateReleaseNotes: true
           makeLatest: "legacy"
           tag: "${{  github.ref  }} "
+          name: "版本 ${{  steps.extract_tag.outputs.tag  }} 发布!"
 
       - name: Output the URL of the new release
         run: echo "The release is available at ${{ steps.create_release.outputs.html_url }}"