chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

Don't attempt to push pre-release packages on a tagged build #30

Closed gep13 closed 2 years ago

gep13 commented 2 years ago

Chocolatey.Cake.Recipe has the concept of pushing to:

Since these sources can actually be the same destination, we don't want to push the same package version twice, as this will cause an error.

As such, since the release source is only intended to be used when we are running a tagged build, make sure to not push to the pre-release source when it is a tagged build. i.e. the sources should be mutually exclusive.

choco-bot commented 2 years ago

:tada: This issue has been resolved in version 0.4.2 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: