Skip to content

Commit

Permalink
fix workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuboxa committed Oct 2, 2024
1 parent a0ca073 commit 7bbd947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdir -p ${BUILD_DIR}
scripts/package-chart charts/conduit-operator ${BUILD_DIR} ${BUILD_DIR}/index.yaml
ls -all ${BUILD_DIR}
cat ${BUILD_DIR}/index.yaml"
cat ${BUILD_DIR}/index.yaml
- name: Release Helm Chart
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 7bbd947

Please sign in to comment.