Skip to content

Commit

Permalink
Fix: fix update json action (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr328 authored Nov 17, 2022
1 parent 0e2690f commit c7fa774
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-update-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Update Json
on:
release:
types:
- published
- created

jobs:
PublishUpdateJson:
Expand Down Expand Up @@ -37,8 +37,10 @@ jobs:
mkdir -p "$TEMP_ROOT"
echo "Generate changelog.md"
echo '${{ github.event.release.body }}' > "$PUBLIC_ROOT/changelog.md"
cat << __EOF_OF_CHANGELOGS__ > "$PUBLIC_ROOT/changelog.md"
${{ github.event.release.body }}
__EOF_OF_CHANGELOGS__
echo "Fetching release assets"
Expand Down

0 comments on commit c7fa774

Please sign in to comment.