Fix bug when creating a new release in our gh-release action fork
The previous bug fix fixes updating an existing release, but broke creating the new ones, which wasn't ideal.
This commit is contained in:
parent
12155bff3d
commit
31720e1ee1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/make_release.yml
vendored
4
.github/workflows/make_release.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
# https://github.com/softprops/action-gh-release/pull/254 fixing
|
||||
# updating the body of the draft releases. We should replace the SHA-1
|
||||
# with a tag when an upstream release including this fix is made.
|
||||
uses: vadz/action-gh-release@56aa1497d91821e0580731faa9772a88a54665c2
|
||||
uses: vadz/action-gh-release@1460c8b8cca97de38c3557ca4a277b55f4971abc
|
||||
id: create_release
|
||||
with:
|
||||
name: wxWidgets ${{ inputs.version }}
|
||||
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
type ..\..\..\checksums
|
||||
|
||||
- name: Add Files to the Release
|
||||
uses: vadz/action-gh-release@56aa1497d91821e0580731faa9772a88a54665c2
|
||||
uses: vadz/action-gh-release@1460c8b8cca97de38c3557ca4a277b55f4971abc
|
||||
with:
|
||||
name: wxWidgets ${{ inputs.version }}
|
||||
body_path: checksums
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue