Skip to content

Commit

Permalink
fix: attach the changelog to gh releas note
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead committed Jan 19, 2024
1 parent 58d75fd commit 5c39a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@ jobs:
--repos longhorn-share-manager \
--repos backing-image-manager \
--repos longhorn-ui \
--repos longhorn \
--markdown-folding)
--repos longhorn)
echo "$output"
echo "$output" >> ./assets/release/post-note.md
echo "$output" > ./changelog.md
- id: release
name: Create a release
Expand Down Expand Up @@ -166,5 +165,6 @@ jobs:
--artifacts ./longhorn.yaml \
--artifacts ./longhorn-images.txt \
--artifacts ./charts.tar.gz \
--artifacts ./changelog.md \
--pre-release \
--draft

0 comments on commit 5c39a56

Please sign in to comment.