chore: fix workflows

This commit is contained in:
Luan
2024-11-02 02:10:47 -03:00
parent 866586c7e7
commit c4307b247d
2 changed files with 4 additions and 4 deletions

View File

@@ -33,9 +33,6 @@ jobs:
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
if: ${{ steps.release.outputs.release_created }} if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- name: Install protoc - name: Install protoc
run: | run: |
sudo apt-get update sudo apt-get update
@@ -45,6 +42,9 @@ jobs:
sudo mv protoc21/bin/protoc /usr/local/bin/ sudo mv protoc21/bin/protoc /usr/local/bin/
if: ${{ steps.release.outputs.release_created }} if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- name: Publish to NPM - name: Publish to NPM
run: | run: |
npm publish npm publish

View File

@@ -14,7 +14,7 @@
], ],
"exclude": [ "exclude": [
"test", "test",
"scripts", "dev-scripts",
"examples" "examples"
] ]
} }