From b43c587c9117bdb6f5d023c74510bc3a1d71961d Mon Sep 17 00:00:00 2001 From: Zephrynis <132010650+zephrynis@users.noreply.github.com> Date: Wed, 7 May 2025 10:04:52 +0100 Subject: [PATCH] Remove "Release" from release name --- .github/workflows/export_ext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export_ext.yml b/.github/workflows/export_ext.yml index 03446d9..fb91cd8 100644 --- a/.github/workflows/export_ext.yml +++ b/.github/workflows/export_ext.yml @@ -34,7 +34,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{ steps.get_version.outputs.VERSION }} - release_name: Release v${{ steps.get_version.outputs.VERSION }} + release_name: v${{ steps.get_version.outputs.VERSION }} body: "${{ github.event.head_commit.message }}\n\n# Steps to install\n1. Drop sidebar.blueprint into your pterodactyl root folder (This is usually /var/www/pterodactyl/)\n2. Run `blueprint -i sidebar` in the terminal" draft: false prerelease: false