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