Skip to content

Commit 05a8fab

Browse files
committed
chore: linting #2
1 parent 1a18a33 commit 05a8fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const notifyRelease = async ({
5252
const release_url = `https://github.com/${owner}/${repository}/releases/tag/v${release_version}`;
5353

5454
const issues = await fetchIssues({
55-
gh_client: github,
55+
gh_client: gh_client,
5656
org: context.repo.owner,
5757
repository: context.repo.repo,
5858
});

0 commit comments

Comments
 (0)