Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksii Shmalko <oleksii@fluxon.com>
  • Loading branch information
leoromanovsky and rasendubi authored May 16, 2024
1 parent 51e17fa commit ccf4282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: cargo build --release --verbose
- name: Test
run: cargo test --verbose
- name: Docs
run: cargo doc --verbose
- name: Publish
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
env:
Expand Down

0 comments on commit ccf4282

Please sign in to comment.