Skip to content

Commit

Permalink
install protoc in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Jun 11, 2024
1 parent d86669c commit c97ce64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Update package version
run: |
cd ./${{ inputs.project_name }}/types
Expand Down

0 comments on commit c97ce64

Please sign in to comment.