Skip to content

Commit 56191f5

Browse files
committed
test file
1 parent 645ddc1 commit 56191f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ jobs:
7373
- name: Generate release notes
7474
run: |
7575
logs=$(git log ${{ steps.versioning.outputs.prev_tag }}..${{ steps.versioning.outputs.new_tag }} --pretty=format:"* %H %s %an" --no-merges)
76+
release_notes=$(echo "$logs" | sed 's/ - qyt$/ - @xengine-qyt/')
7677
echo "$release_notes"
77-
echo "release_notes=$release_notes" >> $GITHUB_ENV
78+
echo "$release_notes" > release_notes.txt
7879
7980
- name: Release
8081
uses: softprops/action-gh-release@v2
@@ -85,7 +86,7 @@ jobs:
8586
prerelease: false
8687
tag_name: ${{ steps.versioning.outputs.new_tag }}
8788
name: XEngine_ProxyServiceApp ${{ steps.versioning.outputs.new_tag }}
88-
body: ${{ env.release_notes }}
89+
body_path: release_notes.txt
8990
files: |
9091
./XEngine_ProxyServiceApp-x64-Mac.zip
9192
./XEngine_ProxyServiceApp-x64-Ubuntu.zip

0 commit comments

Comments
 (0)