Skip to content

Commit

Permalink
fix: Build packages with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Sep 14, 2023
1 parent d146eff commit 9e63062
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cargo-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: katyo/publish-crates@v2
with:
ignore-unpublished-changes: true
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
- run: cargo publish -p summa-proto && cargo publish -p summa-core && cargo publish -p summa-server
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit 9e63062

Please sign in to comment.