Skip to content

Commit

Permalink
await hconf
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Jun 6, 2024
1 parent d8c63e7 commit edf8990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lib/gh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class Github {

public issue = (n: number) => `https://${this.path}/issues/${n}`;

public release = (body: string) => {
const version = hconf("version");
public release = async (body: string) => {
const version = await hconf("version");
const name = `publish-release/${version}`;

git("add", ".");
Expand Down

0 comments on commit edf8990

Please sign in to comment.