diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 20aabd9..ba4bf33 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -33,9 +33,6 @@ jobs: registry-url: "https://registry.npmjs.org" if: ${{ steps.release.outputs.release_created }} - - run: npm ci - if: ${{ steps.release.outputs.release_created }} - - name: Install protoc run: | sudo apt-get update @@ -45,6 +42,9 @@ jobs: sudo mv protoc21/bin/protoc /usr/local/bin/ if: ${{ steps.release.outputs.release_created }} + - run: npm ci + if: ${{ steps.release.outputs.release_created }} + - name: Publish to NPM run: | npm publish diff --git a/jsr.json b/jsr.json index b34193f..4b69344 100644 --- a/jsr.json +++ b/jsr.json @@ -14,7 +14,7 @@ ], "exclude": [ "test", - "scripts", + "dev-scripts", "examples" ] }