We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abcf0e commit 7fda765Copy full SHA for 7fda765
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
name: artifacts
25
path: target/*.jar
26
- name: Create Release
27
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
28
if: startsWith(github.ref, 'refs/tags/')
29
with:
30
prerelease: true
0 commit comments