Skip to content

Commit 9e17711

Browse files
committed
Update test.yml
1 parent ec82021 commit 9e17711

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,18 @@ jobs:
5757
echo "commit_msg<<EOF" >> $GITHUB_OUTPUT
5858
git log -1 --pretty=%B >> $GITHUB_OUTPUT
5959
echo "EOF" >> $GITHUB_OUTPUT
60-
61-
# Generate Release Note
62-
- name: Set release body
63-
id: set_body
64-
run: |
65-
echo "body<<EOF" >> $GITHUB_OUTPUT
66-
echo "### ${{ steps.get_tag.outputs.tag }}" >> $GITHUB_OUTPUT
67-
echo "${{ steps.get_commit_msg.outputs.commit_msg }}" >> $GITHUB_OUTPUT
68-
echo "" >> $GITHUB_OUTPUT
69-
echo "Please back up your older version before updating to the new version! If you have any issues, please let me know on the Discord server (and if applicable, pull up an issue on GitHub)." >> $GITHUB_OUTPUT
70-
echo "EOF" >> $GITHUB_OUTPUT
71-
shell: bash
72-
73-
# Release both DLLs
60+
61+
#Generate release
7462
- name: Create Release and Upload DLLs
7563
uses: softprops/action-gh-release@v2
7664
with:
7765
files: |
7866
HintServiceMeow/bin/Release/HintServiceMeow-LabAPI.dll
7967
HintServiceMeow/bin/Release/HintServiceMeow-Exiled.dll
80-
body: ${{ steps.set_body.outputs.body }}
68+
body: |
69+
### ${{ steps.get_tag.outputs.tag }}
70+
${{ steps.get_commit_msg.outputs.commit_msg }}
71+
72+
Please back up your older version before updating to the new version! If you have any issues, please let me know on the Discord server (and if applicable, pull up an issue on GitHub).
8173
env:
8274
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)