0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 02:50:46 -05:00

Update TAG variable in build.yaml

This commit is contained in:
Refringe 2024-03-02 22:51:26 -05:00
parent eaab1fecd3
commit 33c9eb7a54
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -15,7 +15,7 @@ jobs:
- name: Check Tag Exists in All Repositories
id: check
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")
PROCEED="true"
for REPO in ${REPOS[@]}; do