From 083594ba9d1440a30194b3c44a7ccc8e516c4464 Mon Sep 17 00:00:00 2001 From: Tristan Vermeesch Date: Thu, 19 Sep 2024 20:48:18 +0200 Subject: [PATCH] ci: cleanup --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2ca6863..1433510 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -102,8 +102,6 @@ jobs: with: path: artifact merge-multiple: true - - run: ls -ls - - run: ls -ls artifact - run: echo "PLUGIN_VERSION=$(./scripts/get-version.sh)" >> $GITHUB_ENV - run: gh release create ${{ env.PLUGIN_VERSION }} -t ${{ env.PLUGIN_VERSION }} artifact/*.jar env: