Skip to content

Commit

Permalink
ci: Allow dirty publish to support version bumping in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 21, 2024
1 parent 4e61d42 commit 48b946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
| get name
| filter {|n| $"($n)/Cargo.toml" | path exists }
| each {|p| split row "/" | last}
| each {|p| cargo publish -p $p }
| each {|p| cargo publish -p $p --allow-dirty }
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 48b946d

Please sign in to comment.