mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +02: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