Skip to content

Commit

Permalink
real fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 31, 2024
1 parent a98a6a5 commit b95dfc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
mkdir helm/charts
cp -rf charts helm
echo "Copying changelogs to helm"
cp -r ./changelogs/charts ./helm/charts
cp -r ./changelogs ./helm/charts
- name: Commit Helm Changes
run: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
mv charts.json website/src/assets/charts.json
echo "Copying changelogs to docs"
cp -r ./changelogs/charts ./website/src/docs/charts/
cp -r ./changelogs ./website/src/docs/charts/
export DEBUG=false
export STRICT=true
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/docuseal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docuseal
- https://hub.docker.com/r/docuseal/docuseal
type: application
version: 1.0.6
version: 1.0.7

0 comments on commit b95dfc1

Please sign in to comment.