Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit e99c9ce

Browse files
authored
👷 Add commits in the release (#9)
1 parent 138b9e6 commit e99c9ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Gradle Build
22
on:
33
pull_request:
44
branches:
5-
- master
65
- dev
76
push:
87
branches:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
3030
with:
3131
tag_name: ${{ github.run_id }}
32-
release_name: New Release ${{ steps.gradle_build.outputs.date }}
32+
release_name: ${{ github.event.head_commit.message }}
3333
body: |
34-
New version released by Github Actions (ID: ${{ github.run_id }})
34+
${{ github.event.commit.message }}
3535
draft: false
3636
prerelease: false
3737
- name: Upload Release Asset

0 commit comments

Comments
 (0)