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:
parent
e828d61b28
commit
695774569c
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user