diff --git a/.github/workflows/npm-run-electron.yml b/.github/workflows/npm-run-electron.yml index edda9210f..3736c6e4e 100644 --- a/.github/workflows/npm-run-electron.yml +++ b/.github/workflows/npm-run-electron.yml @@ -44,15 +44,8 @@ jobs: with: python-version: '3.10' - - name: Get package info - id: package-info - uses: luizfelipelaviola/get-package-info@v1 - with: - path: ./packages/mitmproxy - - name: Print run: | - echo "version = ${{ steps.package-info.outputs.version }}"; echo "github.ref_type = ${{ github.ref_type }}"; echo "github.ref = ${{ github.ref }}"; echo "github.ref_name = ${{ github.ref_name }}";