File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ permissions:
2828jobs :
2929 generate-release-notes :
3030 runs-on : ubuntu-latest
31- outputs :
32- tag_name : ${{ steps.tag.outputs.tag_name }}
3331
3432 steps :
3533 - uses : actions/checkout@v4
@@ -197,7 +195,7 @@ jobs:
197195 fi
198196
199197 echo "" >> $GITHUB_STEP_SUMMARY
200- echo "📋 **下一步 **:" >> $GITHUB_STEP_SUMMARY
201- echo "1. Release已创建,请手动触发Publish workflow发布到PyPI " >> $GITHUB_STEP_SUMMARY
202- echo "2. 访问: https://github.com/${{ github.repository }}/actions/workflows/publish.yml " >> $GITHUB_STEP_SUMMARY
203- echo "3. 点击 'Run workflow',输入tag: ${{ steps.tag.outputs.tag_name }} " >> $GITHUB_STEP_SUMMARY
198+ echo "📋 **使用方法 **:" >> $GITHUB_STEP_SUMMARY
199+ echo "1. 下载生成的Release Notes文件 " >> $GITHUB_STEP_SUMMARY
200+ echo "2. 在GitHub Release中使用生成的内容 " >> $GITHUB_STEP_SUMMARY
201+ echo "3. 根据需要手动调整内容 " >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments