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 497c19813 chore(ci): nightly release
497c19813 is described below
commit 497c19813de525a0fde3a7adde4b7b26b4383682
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Oct 30 11:11:36 2025 +0100
chore(ci): nightly release
---
.github/actions/release-nightly/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/release-nightly/action.yml
b/.github/actions/release-nightly/action.yml
index cabf2bba1..08b170006 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -148,7 +148,7 @@ runs:
git config --local user.email "$CI_EMAIL"
git config --local user.name "$CI_USER"
# git push --delete origin "$TAG"
- git push
"https://$CI_USER:[email protected]/$GITHUB_REPOSITORY.git" --delete origin
"$TAG"
+ git push
"https://$CI_USER:[email protected]/$GITHUB_REPOSITORY.git" --delete "$TAG"
echo "Deleted existing release and tag $TAG."
else
echo "No existing release found for tag $TAG."