mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
misc(cd workflow): Fixed release body creation (#1809)
This commit is contained in:
parent
692b99530a
commit
7378cb3af5
2 changed files with 3 additions and 2 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -75,6 +75,7 @@ jobs:
|
||||||
name: Create release
|
name: Create release
|
||||||
needs:
|
needs:
|
||||||
- checksums
|
- checksums
|
||||||
|
- changelog
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -95,7 +96,7 @@ jobs:
|
||||||
- name: Create archive
|
- name: Create archive
|
||||||
id: create_zip
|
id: create_zip
|
||||||
run: |
|
run: |
|
||||||
ZIP_NAME="torrentpier-${{ env.RELEASE_VERSION }}.zip"
|
ZIP_NAME="torrentpier-v${{ env.RELEASE_VERSION }}.zip"
|
||||||
zip -r "$ZIP_NAME" . -x ".git/*" ".github/*"
|
zip -r "$ZIP_NAME" . -x ".git/*" ".github/*"
|
||||||
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_OUTPUT
|
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ $bb_cfg = [];
|
||||||
|
|
||||||
// Version info
|
// Version info
|
||||||
$bb_cfg['tp_version'] = 'v2.4.5';
|
$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';
|
$bb_cfg['tp_release_codename'] = 'Cattle';
|
||||||
|
|
||||||
// Increase version number after changing JS or CSS
|
// Increase version number after changing JS or CSS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue