Skip to content

Commit

Permalink
ci: try to fix bug in getting commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Suisuroru committed Jan 20, 2025
1 parent 9a16036 commit b82e0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_build_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b82e0cd

Please sign in to comment.