Skip to content

Commit

Permalink
Fix crates publication step
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 28, 2023
1 parent 6d3e8d1 commit cf514f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,10 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Publish to creates.io
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit cf514f7

Please sign in to comment.