mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 21:50:36 +00:00
ci: fixed bug with release notes on github release action (#1401) #release
This commit is contained in:
parent
3c28e8ad88
commit
6c5d094ed7
4
.github/workflows/update-stable.yml
vendored
4
.github/workflows/update-stable.yml
vendored
@ -119,7 +119,9 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
VERSION="v${{ steps.bump_version.outputs.new_version }}"
|
VERSION="v${{ steps.bump_version.outputs.new_version }}"
|
||||||
|
# Save changelog to a file
|
||||||
|
echo "${{ steps.changelog.outputs.content }}" > release_notes.md
|
||||||
gh release create "$VERSION" \
|
gh release create "$VERSION" \
|
||||||
--title "Release $VERSION" \
|
--title "Release $VERSION" \
|
||||||
--notes "${{ steps.changelog.outputs.content }}" \
|
--notes-file release_notes.md \
|
||||||
--target stable
|
--target stable
|
||||||
|
Loading…
Reference in New Issue
Block a user