We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872b763 commit 0a29becCopy full SHA for 0a29bec
.github/workflows/build.yml
@@ -99,11 +99,12 @@ jobs:
99
run: cat .github/CHANGELOG.md
100
101
- name: Create Release
102
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
103
with:
104
files: artifacts/**/*.jar
105
body_path: .github/CHANGELOG.md
106
generate_release_notes: false
107
+ make_latest: true
108
109
- name: Get version
110
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments