From b82e0cd26005e4974ed6eb84f283ef1ce0c3b501 Mon Sep 17 00:00:00 2001 From: Suisuroru Date: Mon, 20 Jan 2025 18:47:39 +0800 Subject: [PATCH] ci: try to fix bug in getting commit message --- .github/workflows/auto_build_jar.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto_build_jar.yml b/.github/workflows/auto_build_jar.yml index e494920..edac223 100644 --- a/.github/workflows/auto_build_jar.yml +++ b/.github/workflows/auto_build_jar.yml @@ -37,6 +37,7 @@ jobs: - name: Get commit message id: get_commit_message run: echo "commit_msg=$(git log -1 --pretty=%B)" >> $GITHUB_ENV + working-directory: . - name: Create Pre-Release id: create_release