mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Delete body from release message
This should theoretically prevent the overriding description bug that Ukendio mentioned on discord. Unsure since I haven't tested in another repo workflow yet.
This commit is contained in:
parent
8efc5a0758
commit
69b4dac7a9
1 changed files with 0 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -50,8 +50,6 @@ jobs:
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: Jecs ${{ github.ref_name }}
|
name: Jecs ${{ github.ref_name }}
|
||||||
body: |
|
|
||||||
Jecs ${{ github.ref_name }} is now available!
|
|
||||||
files: |
|
files: |
|
||||||
jecs.rbxm
|
jecs.rbxm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue