From b9852cc52c087a8f02348e3181d8d2f381277380 Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Fri, 6 Sep 2024 16:24:02 +0200 Subject: [PATCH] Newlines --- .github/workflows/release-client.yml | 2 +- .github/workflows/release-runtime.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-client.yml b/.github/workflows/release-client.yml index 6c808612c4..d61039904f 100644 --- a/.github/workflows/release-client.yml +++ b/.github/workflows/release-client.yml @@ -325,4 +325,4 @@ jobs: working-directory: third-party/zombienet env: CHAIN: ${{ matrix.chain }} - run: zombienet -p native test smoke.zndsl \ No newline at end of file + run: zombienet -p native test smoke.zndsl diff --git a/.github/workflows/release-runtime.yml b/.github/workflows/release-runtime.yml index 3d5553b109..765fc070a8 100644 --- a/.github/workflows/release-runtime.yml +++ b/.github/workflows/release-runtime.yml @@ -341,4 +341,4 @@ jobs: upload_url: ${{ needs.publish-release-draft.outputs.upload_url }} asset_path: evm-tracing-artifacts.tar.gz asset_name: evm-tracing-artifacts-${{ github.ref_name }}.tar.gz - asset_content_type: application/gzip \ No newline at end of file + asset_content_type: application/gzip