Skip to content

Commit eb02ee0

Browse files
Fix
1 parent 5e3a51b commit eb02ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
package_name: ${{ env.package_name }}
5050

5151
- name: Create GitHub Release and upload artifacts
52-
uses: marvinpinto/action-automatic-releases@latest
52+
uses: softprops/action-gh-release@v1
5353
with:
54-
repo_token: ${{ env.GITHUB_TOKEN }}
55-
release_name: ${{ github.ref_name }}
54+
name: ${{ github.ref_name }}
55+
body: ${{ steps.releaseBodyStep.outputs.Release_body }}
5656
files: ${{ env.package_name }}

0 commit comments

Comments
 (0)