Release v1.6.5 测试生成readme.md
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 15s
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 15s
This commit is contained in:
parent
59d94f522e
commit
bb7466baa8
@ -139,28 +139,29 @@ jobs:
|
||||
|
||||
- name: 获取最终Release信息
|
||||
run: |
|
||||
echo "仓库名 = ${{ steps.ActionEnv.outputs.ENV_REPO_NAME }}"
|
||||
echo "版本 = ${{ steps.extract_version.outputs.version }}"
|
||||
echo "仓库Url = ${{ steps.ActionEnv.outputs.ENV_REPO_URL }}"
|
||||
echo "标签名 = ${{ steps.extract_version.outputs.version }}"
|
||||
echo "发布标题 = ${{ steps.parse-release.outputs.title }}"
|
||||
echo "内容 = ${{ steps.get-commit-log.outputs.commit_log }}"
|
||||
|
||||
# - name: 创建Gitea发布
|
||||
# uses: https://git.linuxacme.com/iorebuild/gitea-release-action@main
|
||||
# with:
|
||||
# gitea_token: ${{ secrets.AUTOGENERATE }}
|
||||
# gitea_instance_url: ${{ github.server_url }}
|
||||
# repository: ${{ github.repository }}
|
||||
# name: ${{ steps.parse-release.outputs.title }}
|
||||
# tag_name: ${{ steps.extract_version.outputs.version }}
|
||||
# body: |
|
||||
# ${{ steps.get-commit-log.outputs.commit_log }}
|
||||
# draft: false
|
||||
# prerelease: false
|
||||
# files: |
|
||||
# ${{ steps.find-bin-files-1.outputs.bin_files }}
|
||||
# ${{ steps.find-bin-files-2.outputs.bin_files }}
|
||||
# ${{ steps.find-bin-files-3.outputs.bin_files }}
|
||||
- name: 创建Gitea发布
|
||||
uses: https://git.linuxacme.com/iorebuild/gitea-release-action@main
|
||||
with:
|
||||
gitea_token: ${{ secrets.AUTOGENERATE }}
|
||||
gitea_instance_url: ${{ steps.ActionEnv.outputs.ENV_SERVER_URL }}
|
||||
repository: ${{ steps.ActionEnv.outputs.ENV_REPO_NAME }}
|
||||
name: ${{ steps.parse-release.outputs.title }}
|
||||
tag_name: ${{ steps.extract_version.outputs.version }}
|
||||
body: |
|
||||
${{ steps.get-commit-log.outputs.commit_log }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
${{ steps.find-bin-files-1.outputs.bin_files }}
|
||||
${{ steps.find-bin-files-2.outputs.bin_files }}
|
||||
${{ steps.find-bin-files-3.outputs.bin_files }}
|
||||
|
||||
# AutoREADME.md:
|
||||
# # 工作在ubuntu-latest系统中
|
||||
|
Loading…
Reference in New Issue
Block a user