Release workflow should fetch all tags (#33)
*Motivation* The helm chart release workflow should fetch all tags.
This commit is contained in:
parent
bf152134b2
commit
cfabdc9332
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user