We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6dd3d commit 025ba90Copy full SHA for 025ba90
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && success()
52
uses: actions/checkout@master
53
with:
54
- fetch-depth: 0
+ fetch-depth: 1
55
- name: Run chart-releaser
56
uses: helm/chart-releaser-action@v1.0.0
57
env:
0 commit comments