chore(deps): bump softprops/action-gh-release from 2.2.0 to 2.3.2

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.0 to 2.3.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.2.0...v2.3.2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-28 20:25:22 +00:00 committed by GitHub
parent 5121892b60
commit 6d5e6782d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ jobs:
# https://github.com/marketplace/actions/gh-release
- name: Release APK
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.3.2
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ github.token }}