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

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

View File

@@ -58,7 +58,7 @@ jobs:
# path: app/build/outputs/apk/release/app-release.apk # path: app/build/outputs/apk/release/app-release.apk
- 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: |