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 0e36f9d commit 90cabd0Copy full SHA for 90cabd0
.github/workflows/release.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: Build package
17
run: mvn --batch-mode verify
18
- name: Push GitHub release artifact
19
- uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2.3.0
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
20
with:
21
files: target/*.jar
0 commit comments