mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 02:10:46 -05:00
Update TAG variable in build.yaml
This commit is contained in:
parent
eaab1fecd3
commit
33c9eb7a54
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Check Tag Exists in All Repositories
|
- name: Check Tag Exists in All Repositories
|
||||||
id: check
|
id: check
|
||||||
run: |
|
run: |
|
||||||
TAG=${GITHUB_REF#refs/tags/}
|
TAG=3.8.0-BE
|
||||||
REPOS=("https://dev.sp-tarkov.com/SPT-AKI/Server.git" "https://dev.sp-tarkov.com/SPT-AKI/Modules.git" "https://dev.sp-tarkov.com/SPT-AKI/Launcher.git")
|
REPOS=("https://dev.sp-tarkov.com/SPT-AKI/Server.git" "https://dev.sp-tarkov.com/SPT-AKI/Modules.git" "https://dev.sp-tarkov.com/SPT-AKI/Launcher.git")
|
||||||
PROCEED="true"
|
PROCEED="true"
|
||||||
for REPO in ${REPOS[@]}; do
|
for REPO in ${REPOS[@]}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user