Skip to content

Commit c7d28f9

Browse files
🐎 ci: wrong package name
1 parent 7598f11 commit c7d28f9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/dev.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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 }}/

0 commit comments

Comments
 (0)