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

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


The following commit(s) were added to refs/heads/master by this push:
     new 31a8c2d  Fix #1365: Bump tag action
31a8c2d is described below

commit 31a8c2d68567e93b1ad7654fc3cc94184909bc36
Author: Nicola Ferraro <[email protected]>
AuthorDate: Thu Mar 26 09:23:22 2020 +0100

    Fix #1365: Bump tag action
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 86f259e..ba11139 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
         make VERSION=$VERSION IMAGE_NAME=$IMAGE_NAME codegen set-version 
build-resources
 
     - name: Tag version
-      uses: anothrNick/[email protected]
+      uses: anothrNick/[email protected]
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         CUSTOM_TAG: ${{ env.VERSION }}

Reply via email to