You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/03/26 08:24:07 UTC

[camel-k] branch master updated: Fix #1365: Bump tag action

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 <ni...@gmail.com>
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/github-tag-action@1.17.2
+      uses: anothrNick/github-tag-action@1.19.0
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         CUSTOM_TAG: ${{ env.VERSION }}