Skip to content

Commit 5d43177

Browse files
Update softprops/action-gh-release action to v3
1 parent e94423b commit 5d43177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
} >> "$GITHUB_OUTPUT"
4747
- name: Create GitHub Release
4848
if: github.ref_type == 'tag'
49-
uses: softprops/action-gh-release@v2
49+
uses: softprops/action-gh-release@v3
5050
with:
5151
body: |
5252
**[Maven package](https://central.sonatype.com/artifact/net.typedrest/typedrest/${{steps.gitversion.outputs.semVer}})**

0 commit comments

Comments
 (0)