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

chore: исправлено указание удаленного репозитория в скрипте tag-oscript-dev.sh

This commit is contained in:
Iosif Pravets
2025-07-24 10:30:17 +00:00
committed by GitHub
parent b3abb74646
commit b0919005c3

View File

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