Skip to content

Commit 7bc523d

Browse files
Update softprops/action-gh-release action to v2.5.0
1 parent 1789bf1 commit 7bc523d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: mvn -B package
2828
- name: Create release
29-
uses: softprops/action-gh-release@v2.3.3
29+
uses: softprops/action-gh-release@v2.5.0
3030
with:
3131
draft: true
3232
files: target/*.jar

0 commit comments

Comments
 (0)