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

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

commit 410d00a01e839aab390771a0261f85f6bd0c5ff2
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu May 5 12:14:20 2022 +0200

    fix(ci): release action tag params
---
 .github/workflows/release.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 455d03dfe..a572ea178 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ name: release
 
 on:
   schedule:
-  - cron: "45 23 * * *"
+  - cron: "10 23 * * *"
 
 jobs:
   release:
@@ -94,4 +94,7 @@ jobs:
         prerelease: true
         allowUpdates: true
         replacesArtifacts: true
+        tag: ${{ env.VERSION }}
+        commit: main
+        
 

Reply via email to