mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 13:31:36 +02:00
fix: use the static build helper
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -3594,7 +3594,7 @@ async function main () {
|
||||
|
||||
// Next we check for PRs merged since the last release, and groom the
|
||||
// release PR:
|
||||
const release = ReleasePRFactory.build(releaseType, {
|
||||
const release = ReleasePRFactory.buildStatic(releaseType, {
|
||||
packageName: packageName,
|
||||
apiUrl: 'https://api.github.com',
|
||||
repoUrl: process.env.GITHUB_REPOSITORY,
|
||||
|
||||
Reference in New Issue
Block a user