Skip to content

Commit

Permalink
CP-22730: fix doc path for github release publish (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmepham authored Nov 21, 2024
1 parent 7aa96df commit 10045f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-beta-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ jobs:
files: .deploy/cloudzero-agent-${{ env.NEW_VERSION }}.tgz
make_latest: false
target_commitish: ${{ env.COMMIT_HASH }}
body_path: ${{ github.workspace }}/docs/releases/${{ env.NEW_VERSION }}.md
body_path: ${{ github.workspace }}/charts/cloudzero-agent/docs/releases/${{ env.NEW_VERSION }}.md

0 comments on commit 10045f2

Please sign in to comment.