use latest commit for softprops/action-gh-release (#6576)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
c4675f37a8
commit
e3f83cb1fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
cat release.md
|
cat release.md
|
||||||
sha256sum release/*.tgz
|
sha256sum release/*.tgz
|
||||||
- name: Draft release
|
- name: Draft release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
|
||||||
with:
|
with:
|
||||||
body_path: release.md
|
body_path: release.md
|
||||||
name: v${{ steps.info.outputs.version }}
|
name: v${{ steps.info.outputs.version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue