-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Ensure all package builds depend on
build-and-release
This commit updates the GitHub Actions workflow to ensure that all package build jobs (deb, rpm, alpine, arch, snap, nix) depend on the `build-and-release` job. This ensures that the release assets are created before the packages are built, preventing potential errors. Additionally, the upload URL is now passed as an environment variable to the upload step.
- Loading branch information
Showing
5 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "aicommit" | ||
version = "0.1.109" | ||
version = "0.1.110" | ||
edition = "2021" | ||
authors = ["Eugen Soloviov <[email protected]>"] | ||
description = "A CLI tool that generates concise and descriptive git commit messages using LLMs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,5 +46,5 @@ | |
"postinstall": "chmod +x index.js", | ||
"start": "node index.js" | ||
}, | ||
"version": "0.1.109" | ||
"version": "0.1.110" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.109 | ||
0.1.110 |