warden-protocol / wardenprotocol

Monorepo for the Warden Protocol.
https://wardenprotocol.org
Apache License 2.0
1.09k stars 96 forks source link

Tagging in wardenprotocol does not start build process #383

Closed jlehtimaki closed 3 weeks ago

jlehtimaki commented 3 weeks ago

When we tag: e.g. faucet/v2.0.1 it needs to trigger a build process with the correct tag in place. This needs to happen in all the projects in the repository:

zavertiaev commented 3 weeks ago

Do I understand correctly that the build by tag should be in addition to the existing build? That is, the old build from github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') remains as it is?