Skip to content

Commit

Permalink
Use dry run while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
flother committed Feb 26, 2023
1 parent a247095 commit 4c76807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-to-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo publish
- run: cargo publish --dry-run
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 4c76807

Please sign in to comment.