Skip to content

Commit

Permalink
fix error in Publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachstec committed Feb 15, 2024
1 parent afdad0d commit 5e184ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
with:
toolchain: stable
override: true
- name: Setup Protobuf Compiler
uses: arduino/setup-protoc@v2
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ "main", "dev" ]
branches: [ "dev" ]
pull_request:
branches: [ "main", "dev" ]
branches: [ "dev" ]

jobs:
test:
Expand Down

0 comments on commit 5e184ff

Please sign in to comment.