Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix(config): add apiUrl config on Github release command (#379)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
NeoHsu and bcoe committed Oct 4, 2021
1 parent a0cd0f5 commit 906f915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ async function main () {
changelogPath,
releaseType,
defaultBranch,
pullRequestTitlePattern
pullRequestTitlePattern,
apiUrl
})

if (releaseCreated) {
Expand Down

0 comments on commit 906f915

Please sign in to comment.