From b54f81231b3b6bd41c7effe22e0ce5b567f5425a Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Sun, 15 Sep 2024 18:25:58 +0200 Subject: [PATCH] fix(ci): corrected npm command [no ci] --- .github/workflows/publish-npm.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 800d34d..bb9a100 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -14,10 +14,13 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 16 - registry-url: https://npm.pkg.github.com/ + registry-url: https://npm.pkg.github.com/rdf-connect + # Include a Protobuf and gRPC code generator. + - name: Install Protoc + uses: arduino/setup-protoc@v3 - run: npm ci working-directory: ./packages/runner-ts - - run: npm build + - run: npm run build working-directory: ./packages/runner-ts - run: npm publish env: