Skip to content

Commit 970dd26

Browse files
Proper description labelling
1 parent f07b6a5 commit 970dd26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ jobs:
3535
mkdir -p release
3636
cp "bin/Debug/netstandard2.1/ii's Stupid Menu.dll" release/iis_Stupid_Menu.dll
3737
38-
- name: Get short commit hash
38+
- name: Get commit data
3939
id: vars
40-
run: echo "commit_id=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
40+
run: |
41+
echo "commit_id=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
42+
echo "msg=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
4143
4244
- name: Create Pre-Release
4345
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)