diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index 45dc8b2a6..1fa685adb 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -50,5 +50,6 @@ jobs: fi gh release create "${VERSION}" ${GH_OPTS} \ + --target "${{ github.ref_name }}" \ --title "${VERSION}" \ --notes-file ".github/default-release-notes.md"