1
0
mirror of https://github.com/pravets/oscript-images.git synced 2025-10-08 23:01:52 +02:00

chore: исправлено использование команды git push в скрипте tag-yard-latest.sh

This commit is contained in:
Iosif Pravets
2025-07-24 10:29:26 +00:00
committed by GitHub
parent b3aeec7041
commit bd761b22bb

View File

@@ -1,4 +1,4 @@
#!/bin/bash
set -euo pipefail
git tag -f yard && git push --tags -f
git tag -f yard && git push yard -f