Bump softprops/action-gh-release

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from daffc988f27cd136af07d2cdcbf7ceae2993875d to 4b4d743a9bb620a3869f98d3be3ccdbd313922d3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](daffc988f2...4b4d743a9b)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-26 03:38:36 +00:00 committed by GitHub
parent 02b2dd128c
commit 2df7497b1f
Failed to generate hash of commit

View file

@ -83,7 +83,7 @@ jobs:
prerelease: false prerelease: false
- name: Upload release assets - name: Upload release assets
uses: softprops/action-gh-release@daffc988f27cd136af07d2cdcbf7ceae2993875d uses: softprops/action-gh-release@4b4d743a9bb620a3869f98d3be3ccdbd313922d3
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}