This commit is contained in:
@@ -34,9 +34,10 @@ jobs:
|
|||||||
# Создаем тег локально
|
# Создаем тег локально
|
||||||
git tag -a "$TAG" -m "Release $TAG"
|
git tag -a "$TAG" -m "Release $TAG"
|
||||||
|
|
||||||
|
git remote set-url origin "https://${{ secrets.USER }}:${{ secrets.API_TOKEN }}@git.nuk-svk.ru/${{ gitea.repository }}.git"
|
||||||
|
|
||||||
# Пушим тег на сервер
|
# Пушим тег на сервер
|
||||||
git push origin "$TAG"
|
git push origin "$TAG"
|
||||||
|
|
||||||
- name: Сборка пакетов
|
- name: Сборка пакетов
|
||||||
run: |
|
run: |
|
||||||
cd debian && ./build-deb-projman.sh
|
cd debian && ./build-deb-projman.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user