ci: Fix auto-release (#9021)

This commit is contained in:
Manuel
2024-03-16 14:40:12 +01:00
committed by GitHub
parent 422958e246
commit 09b6a95264

View File

@@ -41,7 +41,7 @@ async function config() {
{ name: 'beta', prerelease: true }, { name: 'beta', prerelease: true },
'next-major', 'next-major',
// Long-Term-Support branches // Long-Term-Support branches
{ name: 'release-6.x.x', range: '6.x.x', channel: '6.x.x' }, { name: 'release-6.x.x', channel: '6.x.x' },
], ],
dryRun: false, dryRun: false,
debug: true, debug: true,