Skip to content

Commit

Permalink
fix: Allow package version change in Cargo.toml to be published (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
poppoerika authored Apr 11, 2022
1 parent 005adaf commit c6fb9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
run: cargo login $CARGO_REGISTRY_TOKEN

- name: Publish crate
run: cargo publish
run: cargo publish --allow-dirty

0 comments on commit c6fb9c7

Please sign in to comment.