Skip to content

Commit d2362fd

Browse files
committed
fix linux builds
1 parent 9a7ac54 commit d2362fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
dry_run:
7-
description: 'Skip the actual release creation (dry run)'
7+
description: 'Dry Run (uncheck to create a release)'
88
required: false
99
default: true
1010
type: boolean

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,6 +1,6 @@
11
[package]
22
name = "git-ai"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
edition = "2024"
55

66

0 commit comments

Comments
 (0)