Skip to content

Commit 18c7f8d

Browse files
Update gradle.yml
1 parent a3655c5 commit 18c7f8d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
1+
# This workflow will build a Java project with Gradle
72

83
name: Java CI with Gradle
94

@@ -62,3 +57,5 @@ jobs:
6257
tag_name: '1.21.8'
6358
files: build/libs/*.jar
6459
fail_on_unmatched_files: false
60+
body: "- ${{ github.event.head_commit.message }}"
61+
append_body: true

0 commit comments

Comments
 (0)