mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
ci: Remove prerelease tag when promoting previous beta to latest (#27490)
This commit is contained in:
@@ -29,6 +29,7 @@ async function promoteGitHubRelease() {
|
||||
owner,
|
||||
repo,
|
||||
release_id: existingRelease.id,
|
||||
prerelease: false,
|
||||
make_latest: 'true',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user