diff --git a/.github/workflows/distribute-debian.yml b/.github/workflows/distribute-debian.yml index 57e74e7d..33e8f3ff 100644 --- a/.github/workflows/distribute-debian.yml +++ b/.github/workflows/distribute-debian.yml @@ -29,7 +29,7 @@ jobs: sudo apt update sudo apt install --reinstall -y qemu-user-static - - run: sudo npm install -g @jesec/pkg + - run: sudo npm install -g pkg - name: Install Bazel run: | diff --git a/.github/workflows/publish-rolling.yml b/.github/workflows/publish-rolling.yml index 9c1f3d5d..63466b45 100644 --- a/.github/workflows/publish-rolling.yml +++ b/.github/workflows/publish-rolling.yml @@ -181,7 +181,7 @@ jobs: sudo apt update sudo apt install --reinstall -y qemu-user-static - - run: sudo npm install -g @jesec/pkg + - run: sudo npm install -g pkg - uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1ee91ca..88dd2db2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node }} registry-url: 'https://registry.npmjs.org' - - run: sudo npm i -g @jesec/pkg + - run: sudo npm i -g pkg - run: npm ci - run: npm publish --access public