diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 80b6516ae..d0863f9b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,7 +66,7 @@ jobs: release_name: Release v${{ env.release_tag }} prerelease: ${{ inputs.prerelease }} draft: ${{ inputs.draft }} - body_path: release-notes/${{ env.release_tag }}.md + body_path: ${{ github.workspace }}/clickhouse-sink-connector/release-notes/${{ env.release_tag }}.md - name: Download jar files uses: actions/download-artifact@v3