fix: adding date and fixing release name issue (#15174)

This commit is contained in:
Douglas Yang
2025-12-15 17:11:03 +08:00
committed by GitHub
parent d16ff357db
commit 1e2d753804
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: pr-${{ inputs.pr_number }}-${{ needs.build-pr-wheel.outputs.build_date }}-${{ needs.build-pr-wheel.outputs.commit_hash }}
name: PR #${{ inputs.pr_number }} Build (${{ needs.build-pr-wheel.outputs.commit_hash }})
name: "PR #${{ inputs.pr_number }} Build (${{ needs.build-pr-wheel.outputs.commit_hash }})"
repository: sgl-project/whl
token: ${{ secrets.GH_PAT_FOR_WHL_RELEASE }}
prerelease: true