Skip to content

Commit 814376c

Browse files
authored
Pass CARGO_REGISTRY_TOKEN to cargo publish (#11)
* Pass CARGO_REGISTRY_TOKEN to cargo publish * Release 0.1.18
1 parent 94698e0 commit 814376c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- run: cargo publish
12+
env:
13+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1214

1315
create_release:
1416
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jtd_fuzz"
33
description = "Generates example data from JSON Typedef schemas"
4-
version = "0.1.17"
4+
version = "0.1.18"
55
license = "MIT"
66
authors = ["JSON Typedef Contributors"]
77
edition = "2018"

0 commit comments

Comments
 (0)