Skip to content

Commit 1eec922

Browse files
authored
Upgrade action-gh-release to version 3
1 parent b4db491 commit 1eec922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: mvn clean install -q -Dlog4j2.level=WARN -Dlog4j.configurationFile=log4j2-quiet.xml --no-transfer-progress
6969

7070
- name: Create GitHub Release
71-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2
71+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
7272
with:
7373
tag_name: v${{ github.event.inputs.release_version }}
7474
name: Release v${{ github.event.inputs.release_version }}

0 commit comments

Comments
 (0)