Skip to content

Commit

Permalink
fix(ci): corrected npm command [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Sep 15, 2024
1 parent dfbedb5 commit b54f812
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b54f812

Please sign in to comment.