diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d44d7d5f3..aeb65b79c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,10 +49,6 @@ jobs: echo "::set-output name=run_id::${run_id}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: List available artifacts for debugging - run: | - gh run view ${{ steps.find_workflow.outputs.run_id }} --log - gh run artifacts ${{ steps.find_workflow.outputs.run_id }} - name: Download npm artifact uses: actions/download-artifact@v4 with: