Skip to content

Commit

Permalink
Merge pull request #13 from harlem88/rust-publish
Browse files Browse the repository at this point in the history
Rust publish
  • Loading branch information
sorru94 authored Oct 11, 2023
2 parents a6a5c47 + b024d3f commit 4db5636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
toolchain: stable
- name: Publish astarte-message-hub-proto
run: cargo publish --token ${CRATES_TOKEN} --dry-run
run: cargo publish -p astarte-message-hub-proto
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
working-directory: ./rust/astarte-message-hub-proto
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }
working-directory: ./rust

0 comments on commit 4db5636

Please sign in to comment.