This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 57e31b907 fix(ci): no nightly release on release branches
57e31b907 is described below

commit 57e31b90778d0b4f9c942c99eeb064220cd1ea45
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Nov 25 16:10:17 2025 +0100

    fix(ci): no nightly release on release branches
---
 script/release-branch.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/script/release-branch.sh b/script/release-branch.sh
index 0c1c54cda..71965569e 100755
--- a/script/release-branch.sh
+++ b/script/release-branch.sh
@@ -55,7 +55,6 @@ main() {
   echo "Swapping GH actions tasks from $oldest_release_branch to 
$new_release_branch"
 
   sed -i "s/$oldest_release_branch/$new_release_branch/g" 
$location/../.github/workflows/nightly-automatic-updates.yml
-  sed -i "s/$oldest_release_branch/$new_release_branch/g" 
$location/../.github/workflows/nightly-release.yml
 
   if [ $DRYRUN == "true" ]
   then

Reply via email to