We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7179c commit bd5d1d2Copy full SHA for bd5d1d2
src/run.ts
@@ -318,7 +318,6 @@ export async function runVersion({
318
}: VersionOptions): Promise<RunVersionResult> {
319
const octokit = setupOctokit(githubToken);
320
321
- let repo = `${github.context.repo.owner}/${github.context.repo.repo}`;
322
branch = branch ?? github.context.ref.replace("refs/heads/", "");
323
let versionBranch = `changeset-release/${branch}`;
324
0 commit comments