Skip to content

Commit 528a897

Browse files
authored
Add missing runs-on in publish.yml job (#6)
* Add missing runs-on in publish.yml job * Bump to v0.2.0-test.1
1 parent 54076d3 commit 528a897

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
jobs:
66
publish_crate:
7+
runs-on: ubuntu-latest
78
steps:
89
- uses: actions/checkout@v2
910
- uses: actions-rs/toolchain@v1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jtd-infer"
33
description = "Generate JSON Typedef schemas from example data"
4-
version = "0.2.0"
4+
version = "0.2.0-test.1"
55
license = "MIT"
66
authors = ["Ulysse Carion <[email protected]>"]
77
edition = "2018"

0 commit comments

Comments
 (0)