Skip to content

Commit

Permalink
馃悗 ci: ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-yang-biz committed Aug 25, 2022
1 parent 91f2973 commit 52369d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# declare env.package_version, env.package_version, env.package_name, env.repo_owner, env.repo_name, so you may use it in web hooks.
- name: Declare variables for convenient use
run: |
echo "package_version=`poetry version --short`" >> $GITHUB_ENV
echo "package_version=`poetry version --short`.DEV.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
echo "package_name=`poetry version | awk '{print $1}'`" >> $GITHUB_ENV
echo "repo_owner=${GITHUB_REPOSITORY%/*}" >> $GITHUB_ENV
echo "repo_name=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
title: CI Notification | Success
text: |
### Build Success
${{ env.package_name }}.${{ env.package_version }}-dev.$GITHUB_RUN_NUMBER built successfully and published to test pypi
${{ env.package_name }}.${{ env.package_version }} built successfully and published to test pypi
### Change History
Please check change history at https://${{ env.repo_owner }}.github.io/${{ env.repo_name }}/history
### Package Download
Expand Down

0 comments on commit 52369d0

Please sign in to comment.