We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772ce20 commit 1d6dd3dCopy full SHA for 1d6dd3d
1 file changed
.github/workflows/ci.yml
@@ -51,5 +51,8 @@ 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: 1
55
- - uses: helm/chart-releaser-action@v1.0.0
+ fetch-depth: 0
+ - name: Run chart-releaser
56
+ uses: helm/chart-releaser-action@v1.0.0
57
+ env:
58
+ CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments