From 5d13bd0589526fb766e6ec982c377b563f28dbbb Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 19 Nov 2024 15:46:04 -0700 Subject: [PATCH] Revert "More debugging" This reverts commit dab258a5be25ee009a4bd2d7fd584bd688499c52. --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb3c72739b63936a33ea955a55495bb398fce84c..df7ac25e8c5307910de9d2f9cc61df37182490f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -296,11 +296,6 @@ jobs: name: Zed_${{ github.event.pull_request.head.sha || github.sha }}-x86_64.dmg path: target/x86_64-apple-darwin/release/Zed-x86_64.dmg - - name: More DEBUG ing - if: ${{ github.ref == 'refs/heads/main' }} || contains(github.event.pull_request.labels.*.name, 'run-bundling') }} - run: | - cat target/release-notes.md - - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 name: Upload app bundle to release if: ${{ env.RELEASE_CHANNEL == 'preview' || env.RELEASE_CHANNEL == 'stable' }} @@ -360,6 +355,7 @@ jobs: files: | target/zed-remote-server-linux-x86_64.gz target/release/zed-linux-x86_64.tar.gz + body: "" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -406,5 +402,6 @@ jobs: files: | target/zed-remote-server-linux-aarch64.gz target/release/zed-linux-aarch64.tar.gz + body: "" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}