Skip to content

Commit

Permalink
chore: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Nov 2, 2024
1 parent 866586c commit c4307b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"exclude": [
"test",
"scripts",
"dev-scripts",
"examples"
]
}
Expand Down

0 comments on commit c4307b2

Please sign in to comment.