diff --git a/.github/workflows/auto_build_jar.yml b/.github/workflows/auto_build_jar.yml index b793e04..e494920 100644 --- a/.github/workflows/auto_build_jar.yml +++ b/.github/workflows/auto_build_jar.yml @@ -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