From f041d6fa746c6117af4ffe6ba612a46ab2e2fcf1 Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:42:57 -0400 Subject: [PATCH] Rename Matter -> Jecs in release workflow (#60) * Rename Matter -> Jecs in release workflow * 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. --- .github/workflows/release.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b485f17..3b90293 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,9 +49,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: - name: Matter ${{ github.ref_name }} - body: | - Matter ${{ github.ref_name }} is now available! + name: Jecs ${{ github.ref_name }} files: | jecs.rbxm @@ -70,4 +68,4 @@ jobs: run: wally login --token ${{ secrets.WALLY_AUTH_TOKEN }} - name: Publish - run: wally publish \ No newline at end of file + run: wally publish