mirror of
https://github.com/googleapis/release-please-action.git
synced 2026-03-27 14:42:29 +00:00
6
index.js
6
index.js
@@ -62,9 +62,8 @@ async function runManifest (command) {
|
||||
fork
|
||||
}
|
||||
)
|
||||
// Create or update release PRs:
|
||||
outputPRs(await manifest.createPullRequests())
|
||||
if (command !== 'manifest-pr') {
|
||||
outputReleases(await manifest.createReleases())
|
||||
manifest = await Manifest.fromManifest(
|
||||
github,
|
||||
github.repository.defaultBranch,
|
||||
@@ -75,8 +74,9 @@ async function runManifest (command) {
|
||||
fork
|
||||
}
|
||||
)
|
||||
outputReleases(await manifest.createReleases())
|
||||
}
|
||||
// Create or update release PRs:
|
||||
outputPRs(await manifest.createPullRequests())
|
||||
}
|
||||
|
||||
async function main () {
|
||||
|
||||
Reference in New Issue
Block a user