File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -399,14 +399,14 @@ jobs:
399399 - name : Write release notes
400400 working-directory : main
401401 run : |
402- NOTES=$(uv run tools/release_notes --store build.json --template templates/release.md)
403- echo "NOTES=${NOTES}" >>$GITHUB_ENV
402+ uv run tools/release_notes --store build.json --template templates/release.md >../release.md
404403
405404 - name : Release wheels
405+ working-directory : main
406406 env :
407407 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
408408 run : |
409- gh release create "${VERSION}" --title "${VERSION}" --notes "${NOTES}" wheelhouse/*
409+ gh release create "${VERSION}" --title "${VERSION}" --notes-file ../release.md ../ wheelhouse/*
410410
411411 - name : Generate index
412412 working-directory : main
You can’t perform that action at this time.
0 commit comments