From 5f2337d949d46007cdcd8e282b83b2d4d6aa166d Mon Sep 17 00:00:00 2001 From: DLmaster Date: Tue, 10 Sep 2024 08:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e68bd98..f199b2e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -132,6 +132,7 @@ jobs: NOTES_MAIN="$(tail -n +2 更新说明.txt)" NOTES_TAIL="\`\`\`本release通过GitHub Actions自动构建\`\`\`" NOTES="$NOTES_MAIN

$NOTES_TAIL" - gh release edit "$TAGNAME" --target "main" --title "$NAME" --notes "$NOTES" artifacts/* + echo "--target main --title $NAME --notes $NOTES" > release_options.txt + gh release edit "$TAGNAME" -F release_options.txt artifacts/* env: GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} \ No newline at end of file