MixDrinks/core

Add deploy step to pull request pipile

Closed this issue · 1 comments

In case when renovate suggests new dependecy from build files, such as gradle or gradle wrapper version, the pull request pipeline can be positive but it does not granty the successfully deploy to maven centrall.

Soulition:
Add deploy to maven centall from pull request pipeline. Version template {version}-short_sha, short_sha of build commit.

Implemented