Release workflow should fetch all tags (#33)

*Motivation*

The helm chart release workflow should fetch all tags.
This commit is contained in:
Sijie Guo 2020-07-01 23:19:32 -07:00 committed by GitHub
parent bf152134b2
commit cfabdc9332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
token: ${{ secrets.PULSARBOT_TOKEN }} token: ${{ secrets.PULSARBOT_TOKEN }}
fetch-depth: 0
- name: Install chart - name: Install chart
env: env: