Skip to content

Commit

Permalink
ci: commit message get
Browse files Browse the repository at this point in the history
  • Loading branch information
Suisuroru committed Jan 20, 2025
1 parent ec5de2a commit 9a16036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto_build_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
id: set_version
run: echo ::set-output name=VERSION::newest-build

- name: Get commit message
id: get_commit_message
run: echo "commit_msg=$(git log -1 --pretty=%B)" >> $GITHUB_ENV

- name: Create Pre-Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 9a16036

Please sign in to comment.