Skip to content
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

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Fix thumbnail of project-release #1050

merged 3 commits into from
Oct 29, 2024

Conversation

nighca
Copy link
Collaborator

@nighca nighca commented Oct 29, 2024

await createRelease({
projectFullName: `${project.owner!}/${project.name!}`,
name: generateReleaseName(),
description: form.value.releaseDescription,
thumbnail
thumbnail: thumbnailUniversalUrl
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里应该用 universal url,用成 web url 了...

@aofei aofei merged commit af61323 into goplus:dev Oct 29, 2024
5 of 7 checks passed
@qiniu-ci
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong url for release's thumbnail when publishing project
3 participants