fix: correct failing to push into builds repo on rerun
This commit is contained in:
parent
5941c92a31
commit
17f317d31e
|
@ -52,7 +52,7 @@ function publishRepo {
|
||||||
git commit -m "${COMMIT_MSG}" && \
|
git commit -m "${COMMIT_MSG}" && \
|
||||||
git push origin master && \
|
git push origin master && \
|
||||||
git tag "${BUILD_VER}" && \
|
git tag "${BUILD_VER}" && \
|
||||||
git push origin --tags
|
git push origin --tags --force
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue