Skip to content

Commit 61357d4

Browse files
authored
Merge pull request #4 from dennisklein/main
improve release and ci workflows
2 parents 72c3718 + d856144 commit 61357d4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v6
2828
- run: rustup component add clippy
29+
- uses: Swatinem/rust-cache@v2
2930
- name: Install SARIF tools
3031
run: cargo install clippy-sarif sarif-fmt
3132
- name: Run clippy

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ categories = ["command-line-utilities"]
1515

1616
[package.metadata.release]
1717
publish = false
18-
tag-prefix = "v"
1918
sign-commit = true
2019
sign-tag = true
2120
push-remote = "upstream"

0 commit comments

Comments
 (0)