Skip to content

Commit

Permalink
fix workflow bug (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuboxa authored Oct 2, 2024
1 parent a0ca073 commit 5029cf0
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 5029cf0

Please sign in to comment.