chore(deps): bump softprops/action-gh-release from 1 to 3

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 3.
- [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/v1...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-13 17:13:26 +00:00
committed by GitHub
parent f29340203f
commit 2428fe23fb
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
tar -czvf ../../../pezkuwi-sdk-ui-${{ github.ref_name }}.tar.gz .
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v3
with:
files: pezkuwi-sdk-ui-${{ github.ref_name }}.tar.gz
generate_release_notes: true