Skip to content

Commit 675c304

Browse files
authored
1 parent 50511f4 commit 675c304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)