Skip to content

Commit

Permalink
Update refs for Pull Request
Browse files Browse the repository at this point in the history
  • Loading branch information
manquer committed Sep 24, 2024
1 parent 2c63bb1 commit 1a36347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/gh-ops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export async function raisePullRequest(version: string, base?: string): Promise<
owner: github.context.repo.owner,
repo: github.context.repo.repo,
title: `Release: ${process.env.VERSION_PREFIX || ''}${version}`,
head: base,
head: `${current}`,
body: `Rebase Changelog and version bump`,
base: `${current}`
base
})
return base
}
Expand Down

0 comments on commit 1a36347

Please sign in to comment.