We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358ef28 commit 879b3caCopy full SHA for 879b3ca
.github/workflows/release.yaml
@@ -29,5 +29,7 @@ jobs:
29
# See https://github.com/helm/chart-releaser-action
30
- name: Run chart-releaser
31
uses: helm/chart-releaser-action@v1.2.1
32
+ with:
33
+ mark_as_latest: false
34
env:
35
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments