We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf15213 commit cfabdc9Copy full SHA for cfabdc9
.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: actions/checkout@v2
31
with:
32
token: ${{ secrets.PULSARBOT_TOKEN }}
33
+ fetch-depth: 0
34
35
- name: Install chart
36
env:
0 commit comments