File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 - name : Declare variables for convenient use
6565 run : |
6666 echo "package_version=`poetry version --short`.DEV.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
67- echo "package_name=`poetry version`.DEV.$GITHUB_RUN_NUMBER " >> $GITHUB_ENV
67+ echo "package_name=`poetry version |awk '{print $1'}` " >> $GITHUB_ENV
6868 echo "repo_owner=${GITHUB_REPOSITORY%/*}" >> $GITHUB_ENV
6969 echo "repo_name=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
7070
@@ -108,7 +108,9 @@ jobs:
108108 text : |
109109 ### Build Success
110110 ${{ env.package_name }}.${{ env.package_version }} is built and published to test pypi
111- ### Change History
112- Please check change history at https://${{ env.repo_owner }}.github.io/${{ env.repo_name }}/history
111+ ### Change Details
112+ ${{ github.event.head_commit.message }}
113+
114+ For more information, please check change history at https://${{ env.repo_owner }}.github.io/${{ env.repo_name }}/history
113115 ### Package Download
114116 Please download the pacakge at: https://test.pypi.org/project/${{ env.package_name }}/
You can’t perform that action at this time.
0 commit comments