diff --git a/.github/workflows/release_rust.yaml b/.github/workflows/release_rust.yaml index ad4863a..db6d43b 100644 --- a/.github/workflows/release_rust.yaml +++ b/.github/workflows/release_rust.yaml @@ -43,4 +43,5 @@ jobs: - name: Publish to crates.io env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - run: cargo publish + # We need --allow-dirty since we dynamically change the version in Cargo.toml + run: cargo publish --allow-dirty