Skip to content

Commit 0a29bec

Browse files
committed
workflow: create a latest release
1 parent 872b763 commit 0a29bec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ jobs:
9999
run: cat .github/CHANGELOG.md
100100

101101
- name: Create Release
102-
uses: softprops/action-gh-release@v1
102+
uses: softprops/action-gh-release@v2
103103
with:
104104
files: artifacts/**/*.jar
105105
body_path: .github/CHANGELOG.md
106106
generate_release_notes: false
107+
make_latest: true
107108

108109
- name: Get version
109110
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)