Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk committed Dec 1, 2023
1 parent de07939 commit fb020bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb020bb

Please sign in to comment.