Skip to content

Commit 7e4a199

Browse files
committed
Add settings for cargo release.
1 parent 76ad127 commit 7e4a199

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
jobs:
9-
clippy_check:
9+
release:
1010
runs-on: ubuntu-latest
1111

1212
permissions:

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name = "reg-interface"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["Syfaro <[email protected]>"]
6+
publish = false
7+
8+
[package.metadata.release]
9+
allow-branch = ["main"]
10+
sign-tag = true
611

712
[dependencies]
813
aamva = { git = "https://github.com/Syfaro/aamva-rs", version = "0.1.0" }

0 commit comments

Comments
 (0)