1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 05:58:58 +01:00

Fixup build

This commit is contained in:
Daniil Gentili 2023-11-17 18:53:12 +01:00
parent 102521bdb1
commit bc2c5bc24f

View File

@ -25,7 +25,7 @@ git config --global user.email "41898282+github-actions[bot]@users.noreply.githu
git config --global user.name "Github Actions"
if [ "$CI_COMMIT_TAG" == "" ]; then
export TAG=7777
export CI_COMMIT_TAG=7777
git tag "$CI_COMMIT_TAG"
git checkout "$CI_COMMIT_TAG"
fi