forked from forgejo/forgejo
Backport of #21275
This commit is contained in:
parent
a3c75ac438
commit
c83a05f114
2 changed files with 2 additions and 3 deletions
|
@ -342,8 +342,7 @@ func uploadFile(ctx *context.Context, fileFilter stringSet, fileKey string) {
|
|||
Name: rref.Name,
|
||||
Version: rref.Version,
|
||||
},
|
||||
SemverCompatible: true,
|
||||
Creator: ctx.Doer,
|
||||
Creator: ctx.Doer,
|
||||
}
|
||||
pfci := &packages_service.PackageFileCreationInfo{
|
||||
PackageFileInfo: packages_service.PackageFileInfo{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue