Skip to content

Commit 08c2b53

Browse files
authored
Fix release title and add CHANGELOG
1 parent 0852293 commit 08c2b53

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,14 @@ jobs:
3333
with:
3434
name: libs
3535
path: buildfiles
36-
37-
- name: Write Tag Version
38-
run: echo ${{ github.event.release.tag_name }}
3936

4037
- name: Create Release
4138
uses: "marvinpinto/action-automatic-releases@latest"
4239
with:
43-
title: Latest Release (${{ github.event.release.tag_name }})
40+
title: "Release ${{ github.event.release.tag_name }}"
4441
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4542
prerelease: false
4643
files: |
44+
CHANGELOG.txt
4745
LICENSE.txt
4846
buildfiles/*

0 commit comments

Comments
 (0)