-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix thumbnail of project-release #1050
Conversation
nighca
commented
Oct 29, 2024
- Fix thumbnail of project-release when publishing project, close Wrong url for release's thumbnail when publishing project #1049
- Mark "description" required for project-release
await createRelease({ | ||
projectFullName: `${project.owner!}/${project.name!}`, | ||
name: generateReleaseName(), | ||
description: form.value.releaseDescription, | ||
thumbnail | ||
thumbnail: thumbnailUniversalUrl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里应该用 universal url,用成 web url 了...
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team. |