Merge pull request #2099 from codeflash-ai/dependabot/github_actions/softprops/action-gh-release-3

chore(deps): bump softprops/action-gh-release from 2 to 3
This commit is contained in:
Kevin Turcios 2026-04-23 05:19:40 -05:00 committed by GitHub
commit c0b728beff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ jobs:
- name: Create GitHub Release
if: steps.should_run.outputs.run == 'true' && steps.check_tag.outputs.exists == 'false'
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ steps.extract_version.outputs.tag }}
name: ${{ matrix.release_name_prefix }} ${{ steps.extract_version.outputs.tag }}