Skip to content

Commit 645ddc1

Browse files
committed
test
1 parent 3f24455 commit 645ddc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ 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/')
76+
echo "$release_notes"
7777
echo "release_notes=$release_notes" >> $GITHUB_ENV
7878
7979
- name: Release

0 commit comments

Comments
 (0)