forked from mirrors/action-gh-release
typo in type name
This commit is contained in:
parent
85bb079141
commit
ca93e708e3
4 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ export interface Releaser {
|
|||
}): AsyncIterableIterator<{ data: Release[] }>;
|
||||
}
|
||||
|
||||
export class GitHubReleaseer {
|
||||
export class GitHubReleaser {
|
||||
github: GitHub;
|
||||
constructor(github: GitHub) {
|
||||
this.github = github;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue