From 38cc3e9725b70d4dac2e3aca1aee108db9df5693 Mon Sep 17 00:00:00 2001 From: MBucari Date: Tue, 15 Jul 2025 08:54:22 -0600 Subject: [PATCH] Revert change to release title --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 421ef3a8..50f6909e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: id: release uses: softprops/action-gh-release@v2 with: - name: Libation v${{ needs.prerelease.outputs.version }} + name: Libation ${{ needs.prerelease.outputs.version }} body: token: ${{ secrets.GITHUB_TOKEN }} draft: true