codelabsab / rust-ocpp

Libraries for ocpp 1.6 and 2.0.1
https://docs.rs/rust-ocpp/latest/rust_ocpp/
Apache License 2.0
67 stars 16 forks source link

Update publish workflow to ignore repo changes #73

Closed parberge closed 3 months ago

parberge commented 3 months ago

The github action we use for publishing (katyo/publish-creates) will check if we have changes in git repo in relation to the current release of the library on crates.io. Since we will do changes to things inside the repo that doesn't have to be part of a crate release I think we should turn this check off. If I understand correctly we can turn it off by setting check-repo: false as input.

See https://github.com/katyo/publish-crates?tab=readme-ov-file#inputs