Skip to content

Commit

Permalink
Merge pull request #470 from kdoctor-io/robot/cherrypick/pr469/releas…
Browse files Browse the repository at this point in the history
…e-v0.2

fix release ci kdoctor-test-server invalid
  • Loading branch information
ii2day authored Dec 28, 2023
2 parents 16c5f48 + 4b5c0c9 commit 8d4e262
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ jobs:
echo "error, failed to find any chart "
exit 1
fi
chart_path=$( ls chart-package/kdoctor-*.tgz )
chart_path=$( ls chart-package/kdoctor-[0-9].[0-9].[0-9]*.tgz )
echo "RUN_CHART_PATH=${chart_path}" >> $GITHUB_ENV
chart_app_path=$( ls chart-package/kdoctor-test-server-*.tgz )
echo "RUN_CHART_APP_PATH=${chart_app_path}" >> $GITHUB_ENV
# ========== changelog
if ! ls changelog-result/*.md &>/dev/null ; then
echo "error, failed to find changelog "
Expand Down

0 comments on commit 8d4e262

Please sign in to comment.