Skip to content

Commit

Permalink
fix(helm): set skip_existing to false
Browse files Browse the repository at this point in the history
Signed-off-by: WoodenMaiden <[email protected]>
  • Loading branch information
WoodenMaiden committed Mar 8, 2024
1 parent 7c63123 commit 1eeeaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
with:
mark_as_latest: true
skip_existing: true
skip_existing: false
charts_dir: ./agrold-javaweb/charts

build:
Expand Down

0 comments on commit 1eeeaff

Please sign in to comment.