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

Commit

Permalink
fix: use the static build helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 21, 2020
1 parent 0304d5d commit 6872559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: bcoe/release-please-action@v1.2.0
- uses: bcoe/release-please-action@v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -23,7 +23,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,
Expand Down

0 comments on commit 6872559

Please sign in to comment.