Skip to content

Commit

Permalink
Making the code a bit clearer for publishing to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 7, 2024
1 parent 929f065 commit fa05d88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
env:
CARGO_REGISTRIES_STAGING_TOKEN: ${{ secrets.CARGO_REGISTRIES_STAGING_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# run: |
# echo "Publishing to crates.io"
# cargo publish
run: |
echo "Publishing to crates.io"
# cargo publish
echo "Publishing to staging"
cargo publish --registry=staging

0 comments on commit fa05d88

Please sign in to comment.