1
0
mirror of https://github.com/pravets/oscript-images.git synced 2025-11-25 22:32:37 +02:00

chore: добавлен скрипт для создания и принудительной отправки тега oscript_preview

This commit is contained in:
Iosif Pravets
2025-07-24 10:43:13 +00:00
committed by GitHub
parent ce3a514568
commit 9dbccea255

4
src/tag-oscript-preview.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -euo pipefail
git tag -f oscript_preview && git push origin oscript_preview -f