From 7378cb3af5cc56343c667a9d920038b05327e97b Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 6 Feb 2025 18:39:55 +0300 Subject: [PATCH] misc(cd workflow): Fixed release body creation (#1809) --- .github/workflows/cd.yml | 3 ++- library/config.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 665a0846a..c7302d736 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -75,6 +75,7 @@ jobs: name: Create release needs: - checksums + - changelog runs-on: ubuntu-latest steps: @@ -95,7 +96,7 @@ jobs: - name: Create archive id: create_zip run: | - ZIP_NAME="torrentpier-${{ env.RELEASE_VERSION }}.zip" + ZIP_NAME="torrentpier-v${{ env.RELEASE_VERSION }}.zip" zip -r "$ZIP_NAME" . -x ".git/*" ".github/*" echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_OUTPUT diff --git a/library/config.php b/library/config.php index 3f60765c0..87519f3ad 100644 --- a/library/config.php +++ b/library/config.php @@ -19,7 +19,7 @@ $bb_cfg = []; // Version info $bb_cfg['tp_version'] = 'v2.4.5'; -$bb_cfg['tp_release_date'] = 'XX-XX-2025'; +$bb_cfg['tp_release_date'] = '06-02-2025'; $bb_cfg['tp_release_codename'] = 'Cattle'; // Increase version number after changing JS or CSS