Skip to content

Commit eef353b

Browse files
committed
repush
1 parent 64695d7 commit eef353b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
release_notes=$(echo '${{ steps.extract_changelog.outputs.release_notes }}' | jq -r .)
4646
echo "$release_notes"
4747
48+
4849
4950
50-
5151
- name: Create GitHub Release
5252
id: create_release
5353
uses: actions/create-release@v1
@@ -56,8 +56,8 @@ jobs:
5656
with:
5757
tag_name: ${{ github.ref }}
5858
release_name: ${{ github.ref }}
59-
body: |
60-
$(echo '${{ steps.extract_changelog.outputs.release_notes }}' | jq -r .)
59+
body: ${{ steps.extract_changelog.outputs.release_notes }}
60+
6161

6262

6363

0 commit comments

Comments
 (0)