Bump softprops/action-gh-release from 1 to 2 (#7459)

This commit is contained in:
dependabot[bot] 2024-03-12 08:46:39 -01:00 committed by GitHub
parent ed3f77fd77
commit 565442e23d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ jobs:
git tag ${{ env.VERSION }}
git push origin ${{ env.VERSION }}
- name: Create GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.VERSION }}