Skip to content

Commit

Permalink
Fix typo (#3868)
Browse files Browse the repository at this point in the history
* Fix typo

* workflows: Fix api rate limiting
  • Loading branch information
sanlee42 authored Mar 7, 2023
1 parent e1d4860 commit 88f707d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: build for ${{ matrix.platform }}
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 88f707d

Please sign in to comment.