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

Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
This commit is contained in:
dependabot[bot] 2024-03-19 03:03:48 +01:00 committed by GitHub
parent 63c53c412f
commit 95d710e78f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ jobs:
script: core.setOutput('version', context.ref.replace("refs/tags/v", "")) script: core.setOutput('version', context.ref.replace("refs/tags/v", ""))
- name: Create GitHub release - name: Create GitHub release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
name: "Sphinx ${{ steps.get_version.outputs.version }}" name: "Sphinx ${{ steps.get_version.outputs.version }}"