Update softprops/action-gh-release action to v3 #443

Merged
bot merged 1 commits from renovate/softprops-action-gh-release-3.x into main 2026-04-13 04:01:12 +02:00
Showing only changes of commit c00078e766 - Show all commits

View File

@@ -52,7 +52,7 @@ jobs:
run: ./gradlew assembleSignedRelease run: ./gradlew assembleSignedRelease
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: | files: |