mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump softprops/action-gh-release from 1 to 2 (#12059)
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
This commit is contained in:
parent
63c53c412f
commit
95d710e78f
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
script: core.setOutput('version', context.ref.replace("refs/tags/v", ""))
|
||||
|
||||
- name: Create GitHub release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: "Sphinx ${{ steps.get_version.outputs.version }}"
|
||||
|
Loading…
Reference in New Issue
Block a user