Skip to content

Commit

Permalink
chore(ci): make cargo publish dry for initial version, its already de…
Browse files Browse the repository at this point in the history
…ployed
  • Loading branch information
Fyko committed Nov 6, 2023
1 parent a4985f8 commit df334f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:

- run: rustup toolchain install stable --profile minimal

- run: cargo publish
- run: cargo publish --dry-run
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit df334f9

Please sign in to comment.