Skip to content

Commit

Permalink
cicd: cargo publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckland committed May 26, 2024
1 parent 6758900 commit f75694c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
name: publish to crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: login
Expand Down

0 comments on commit f75694c

Please sign in to comment.