Skip to content

Commit

Permalink
Fix publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Aug 15, 2024
1 parent eeabd8f commit 1910063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Publish utils
working-directory: ./llrt_utils
run: |
crate publish
cargo publish
sleep 10
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- name: Publish modules
working-directory: ./llrt_modules
run: |
crate publish
cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit 1910063

Please sign in to comment.