fix(releases): update size after actions run (#1809)

This commit is contained in:
ze0s 2024-11-06 18:55:00 +01:00 committed by GitHub
parent f4c2aef38c
commit 59c5858bf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 5 deletions

View file

@ -31,6 +31,7 @@ import (
type ReleaseRepo interface {
Store(ctx context.Context, release *Release) error
Update(ctx context.Context, r *Release) error
Find(ctx context.Context, params ReleaseQueryParams) (*FindReleasesResponse, error)
Get(ctx context.Context, req *GetReleaseRequest) (*Release, error)
GetIndexerOptions(ctx context.Context) ([]string, error)