From d5fb29049983ad5abbb190c82e9aaf58ba167006 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 26 Jun 2024 17:24:59 -0400 Subject: [PATCH] Release notes upload fix (#13560) - Action for release notes upload (softprops/action-gh-release) configured with incorrect key. - Valid keys here: https://github.com/softprops/action-gh-release?tab=readme-ov-file#-customizing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62c7999f82eed99c3a83cf86a2ae6db16d39dd59..04c1b6999a30cb2d1139b43192d78748a9515e33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,7 +254,7 @@ jobs: target/aarch64-apple-darwin/release/Zed-aarch64.dmg target/x86_64-apple-darwin/release/Zed-x86_64.dmg target/release/Zed.dmg - body_file: target/release-notes.md + body_path: target/release-notes.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}