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