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, in the github action ci, the release tasks (release on github, upload on amazon) are done in build.yml which is called by release.yml
It may be better to perform these tasks in the release.yml directly.