You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/07/02 06:19:41 UTC

[pulsar-helm-chart] branch master updated: Release workflow should fetch all tags (#33)

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new cfabdc9  Release workflow should fetch all tags (#33)
cfabdc9 is described below

commit cfabdc9332f7a838b01efb701043c87bf4643ab8
Author: Sijie Guo <si...@apache.org>
AuthorDate: Wed Jul 1 23:19:32 2020 -0700

    Release workflow should fetch all tags (#33)
    
    *Motivation*
    
    The helm chart release workflow should fetch all tags.
---
 .github/workflows/release.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a388d7c..97fdcb5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
         uses: actions/checkout@v2
         with:
           token: ${{ secrets.PULSARBOT_TOKEN }}
+          fetch-depth: 0
 
       - name: Install chart
         env: