Skip to content

Commit cfabdc9

Browse files
authored
Release workflow should fetch all tags (#33)
*Motivation* The helm chart release workflow should fetch all tags.
1 parent bf15213 commit cfabdc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/checkout@v2
3131
with:
3232
token: ${{ secrets.PULSARBOT_TOKEN }}
33+
fetch-depth: 0
3334

3435
- name: Install chart
3536
env:

0 commit comments

Comments
 (0)