1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

ci: Do not mark released chart as latest

This commit is contained in:
Maksim Eltyshev 2023-10-19 23:30:58 +02:00
parent 4d03e5f971
commit d820d5e5d0

View file

@ -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 }}"