Skip to content

Commit

Permalink
Merge pull request #11 from Lachstec/fix/publish
Browse files Browse the repository at this point in the history
fix error in Publish CI
  • Loading branch information
Lachstec authored Feb 15, 2024
2 parents afdad0d + 5e184ff commit 337e7c4
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 337e7c4

Please sign in to comment.