Skip to content

Commit

Permalink
Fix crates.io release job
Browse files Browse the repository at this point in the history
  • Loading branch information
brouberol committed May 23, 2022
1 parent 7aa19ba commit 4a2a667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
CARGO_PROFILE_RELEASE_LTO: true

# Publish the released crate to crates.io
publish-to-crates.io:
publish-to-cratesio:
if: github.repository_owner == 'brouberol' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4a2a667

Please sign in to comment.