From 7953bfa195b2cb6d54c045aa1d143ce9c89e02b7 Mon Sep 17 00:00:00 2001 From: Xyloflake Date: Thu, 9 Jan 2025 22:06:22 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 662bd6b59..011c8ad2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: if: github.repository == 'xyloflake/Vencord' run: | gh release upload devbuild --clobber dist/* - gh release edit devbuild --title "DevBuild $RELEASE_TAG" + gh release edit devbuild --title "DevBuild" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_TAG: ${{ env.release_tag }}