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