You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the workflow of Github Action Release Pipeline is:
tag the commit that we wish to release on
Github action pipeline runs on that branch with that commit and automatically created a latest release with no text inside
Go to release page and manually edit the content
Changes proposed
We should allow for doing dev builds and make sure it is setup as pre-release instead of latest
Have the release pipeline running and attaching the artifact to the correct commit when a tag is created. This should be seamless in the UI, where we create a release with a new tag in the UI and the pipeline runs and attach files to it
The text was updated successfully, but these errors were encountered:
Currently, the workflow of Github Action Release Pipeline is:
Changes proposed
The text was updated successfully, but these errors were encountered: