Update release it push parameter to true - needs for version tag publish (#934)

This commit is contained in:
tyaginidhi 2024-05-08 12:06:01 +05:30 коммит произвёл GitHub
Родитель 37c39e444b
Коммит 09bf6e84c2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ hooks:
git:
addUntrackedFiles: false
commit: false
push: false # ADO build pushes the tag when build is complete, and fails if it's already there
push: true
# need to specify pushRepo, since AzDO insists on disconnected refs, breaking upstream
requireUpstream: false
pushArgs: [ '--tags' ]