besok / jsonpath-rust

Support for json-path in Rust
https://crates.io/crates/jsonpath-rust
MIT License
104 stars 27 forks source link

Add continuous delivery #37

Closed theredfish closed 1 year ago

theredfish commented 1 year ago

By pushing a tag on main the CI will be triggered. The tags must follow the pattern v* (e.g v0.1.0) to trigger the publish job.

The publish job requires the secret CRATES_IO_TOKEN to be configured in the repository settings.

Fixes #35

besok commented 1 year ago

Thanks a million for the PR