Skip to content

Commit

Permalink
Change interface to match v0.53.0 (https://github.com/devcontainers/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Nov 13, 2023
1 parent 50511f4 commit 675c304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface GitHubMetadata {
}

export interface PublishResult {
publishedVersions: string[];
publishedTags: string[];
digest: string;
version: string;
}
Expand Down

0 comments on commit 675c304

Please sign in to comment.