Skip to content

Commit

Permalink
ci: rm dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo authored Jun 12, 2023
1 parent fee6d2f commit 1e627b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: |
export crate_name=$(python3 -c "print('$GITHUB_REF'.split('/')[2].rsplit('_v', 1)[0])")
echo "Publishing crate: $crate_name"
cargo publish --locked --token ${CARGO_REGISTRY_TOKEN} --package "$crate_name" --dry-run
cargo publish --locked --token ${CARGO_REGISTRY_TOKEN} --package "$crate_name"
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
RUSTFLAGS: "-A ambiguous_glob_reexports"
Expand Down

0 comments on commit 1e627b8

Please sign in to comment.