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
commit 26efe1daaa8b36b46861c9dfc56e10655fda8c93 Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Apr 11 16:23:03 2022 +0200 fix(ci): action replaces --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9af7daf6..9beac4e10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ name: release on: schedule: - - cron: "25 15 * * *" + - cron: "59 23 * * *" jobs: release: @@ -77,9 +77,9 @@ jobs: - name: Create Release id: create_release - - uses: ncipollo/release-action@v1 - with: - artifacts: "./camel-k-client*.tar.gz" + uses: ncipollo/release-action@v1 + with: + artifacts: "./camel-k-client*.tar.gz" body: | Apache Camel K ${{ env.VERSION }} build for testing (unstable). This nightly release is using an **unsupported** operator image published as `${{ env.IMAGE_NAME }}:${{ env.VERSION }}`
