Skip to content

Commit

Permalink
gh release append to body
Browse files Browse the repository at this point in the history
  • Loading branch information
pk8189 committed Nov 15, 2024
1 parent c640297 commit ab03bc4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: "sideko-*"
body: |
# Sideko CLI Release
tag_name: ${{ github.ref_name }}
append_body: true
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sideko"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
authors = [
"Elias Posen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sideko-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sideko-py"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
authors = [
"Elias Posen <[email protected]>",
Expand Down

0 comments on commit ab03bc4

Please sign in to comment.