fix response url

This commit is contained in:
Tickbase
2025-05-18 00:39:59 +02:00
parent 3c32079b10
commit 28cea109db

View File

@@ -101,7 +101,7 @@ function triggerWorkflow(versionType, releaseNotes) {
console.log('\nRelease workflow triggered successfully!') console.log('\nRelease workflow triggered successfully!')
console.log('You can check the progress in the Actions tab of your GitHub repository.') console.log('You can check the progress in the Actions tab of your GitHub repository.')
console.log('https://github.com/yourusername/creamlinux/actions') console.log('https://github.com/Novattz/rust-gui-dev/actions')
} catch (error) { } catch (error) {
console.error(`Failed to trigger workflow: ${error.message}`) console.error(`Failed to trigger workflow: ${error.message}`)
process.exit(1) process.exit(1)