1
0
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:
bcoe
2020-05-20 21:17:14 -07:00
parent 0304d5d475
commit 687255987d
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -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,