Skip to content

Commit 675c304

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface GitHubMetadata {
1010
}
1111

1212
export interface PublishResult {
13-
publishedVersions: string[];
13+
publishedTags: string[];
1414
digest: string;
1515
version: string;
1616
}

0 commit comments

Comments
 (0)