From 8efc5a0758a6d19a844b3736e9b155cddf10436b Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:36:30 -0400 Subject: [PATCH] Rename Matter -> Jecs in release workflow --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b485f17..0de0951 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -70,4 +70,4 @@ jobs: run: wally login --token ${{ secrets.WALLY_AUTH_TOKEN }} - name: Publish - run: wally publish \ No newline at end of file + run: wally publish