diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2791f3cf..f3c88b9a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,10 +35,6 @@ jobs: cd ${{ env.releasesDir }} - # A little debugging - echo "${{ env.releasesDir }}" - echo "${{ env.newReleaseDir }}" - # Create new release directory mkdir ${{ env.newReleaseDir }}