Skip to content

Commit bd5d1d2

Browse files
authored
Remove unused variable (#460)
* unused variable * double negative var * Revert "double negative var" This reverts commit 13cd17e.
1 parent ff7179c commit bd5d1d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ export async function runVersion({
318318
}: VersionOptions): Promise<RunVersionResult> {
319319
const octokit = setupOctokit(githubToken);
320320

321-
let repo = `${github.context.repo.owner}/${github.context.repo.repo}`;
322321
branch = branch ?? github.context.ref.replace("refs/heads/", "");
323322
let versionBranch = `changeset-release/${branch}`;
324323

0 commit comments

Comments
 (0)