mirror of
https://github.com/Ukendio/jecs.git
synced 2025-08-04 11:19:17 +00:00
Rename Matter -> Jecs in release workflow
This commit is contained in:
parent
bd2ed21fc3
commit
8efc5a0758
1 changed files with 3 additions and 3 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -49,9 +49,9 @@ jobs:
|
|||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: Matter ${{ github.ref_name }}
|
||||
name: Jecs ${{ github.ref_name }}
|
||||
body: |
|
||||
Matter ${{ github.ref_name }} is now available!
|
||||
Jecs ${{ github.ref_name }} is now available!
|
||||
files: |
|
||||
jecs.rbxm
|
||||
|
||||
|
|
Loading…
Reference in a new issue