cloudkernels / vaccel

A meta repo for gathering all the necessary components for running (and releasing) a vaccel environment
10 stars 2 forks source link

Create proper Github releases #46

Closed bchalios closed 2 years ago

bchalios commented 2 years ago

Currently, we create a release every time we push something to master.

We need to change that and create releases only when we push a vAccel tag. Also, we would like to upload artifacts for every PR that we create so that they can be used to re-create potential issue and debug.

Fixes #45