Skip to content

Commit

Permalink
feat: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 18, 2023
1 parent 286b416 commit cbd6a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz
archive: zip
- target: x86_64-apple-darwin
archive: zip
steps:
Expand All @@ -26,3 +26,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
ARCHIVE_NAME: ${{ matrix.target }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gcommit"
version = "0.0.6"
version = "0.0.7"
edition = "2021"
authors = ["Makuza Mugabo Verite <[email protected]>"]
description = "A simple conventional commits maker"
Expand Down

0 comments on commit cbd6a5e

Please sign in to comment.