We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4db491 commit 1eec922Copy full SHA for 1eec922
1 file changed
.github/workflows/release_maven.yml
@@ -68,7 +68,7 @@ jobs:
68
run: mvn clean install -q -Dlog4j2.level=WARN -Dlog4j.configurationFile=log4j2-quiet.xml --no-transfer-progress
69
70
- name: Create GitHub Release
71
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
72
with:
73
tag_name: v${{ github.event.inputs.release_version }}
74
name: Release v${{ github.event.inputs.release_version }}
0 commit comments