Skip to content

Commit 749bf3e

Browse files
authored
Cargo publish on new releases (#9)
* Cargo publish on new releases * Release 0.1.6
1 parent 5befacc commit 749bf3e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
- v*
55

66
jobs:
7+
publish_crate:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: cargo publish
11+
712
create_release:
813
runs-on: ubuntu-latest
914
outputs:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "jtd-fuzz"
2+
name = "jtd_fuzz"
33
description = "Generates example data from JSON Typedef schemas"
4-
version = "0.1.15"
4+
version = "0.1.16"
55
license = "MIT"
66
authors = ["JSON Typedef Contributors"]
77
edition = "2018"

0 commit comments

Comments
 (0)