mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
ci: Do not mark released chart as latest
This commit is contained in:
parent
fc2f4cd5d3
commit
d8ee1ecdd1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/helm-chart-release.yml
vendored
1
.github/workflows/helm-chart-release.yml
vendored
|
@ -38,5 +38,6 @@ jobs:
|
||||||
uses: helm/chart-releaser-action@v1.5.0
|
uses: helm/chart-releaser-action@v1.5.0
|
||||||
with:
|
with:
|
||||||
charts_dir: charts
|
charts_dir: charts
|
||||||
|
mark_as_latest: false
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue