diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c0b6e5..1d880e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ on: jobs: publish_crate: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 diff --git a/Cargo.lock b/Cargo.lock index a3850b8..0ebd9f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "jtd-infer" -version = "0.2.0" +version = "0.2.0-test.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 350c595..3639afa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jtd-infer" description = "Generate JSON Typedef schemas from example data" -version = "0.2.0" +version = "0.2.0-test.1" license = "MIT" authors = ["Ulysse Carion "] edition = "2018"