mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Fix release notes version echo syntax
This commit is contained in:
parent
c712e5677e
commit
a505a50572
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
id: release_notes
|
||||
run: |
|
||||
VERSION=${{ env.VERSION }}
|
||||
echo "## v$VERSION" > release_notes.md
|
||||
echo "## $VERSION" > release_notes.md
|
||||
echo "" >> release_notes.md
|
||||
if [[ "$VERSION" != "dev-version" ]]; then
|
||||
awk "/^## \\[$VERSION\\]/, /^## \\[/" CHANGELOG.md >> release_notes.md || cat RELEASE.HEAD.md >> release_notes.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue