1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Add old e107 releases to workflow build-release.yml

This commit is contained in:
Nick Liu 2020-03-21 19:43:43 -05:00
parent e828d61b28
commit 695774569c
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -25,6 +25,12 @@ jobs:
- name: Fetch version information
run: git fetch origin +refs/tags/*:refs/tags/* +refs/heads/*:refs/remotes/origin/*
# Remove this step if the old version tags make it to the official repository.
- name: Fetch version information from really old releases
run: |
git remote add deltik https://github.com/Deltik/e107.git
git fetch deltik +refs/tags/*:refs/tags/* +refs/heads/*:refs/remotes/origin/*
- name: Run build script
run: php -dphar.readonly=0 e107_make.php
working-directory: ./.github/workflows/build-release/