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
I noticed that all the insiders releases had disappeared from your repo.
I first opened a discussion entry to ask that question: #363
Then I realized you use a separate repo for releases and the github action there deletes all older insiders releases before pushing a new one. However, that action for the releases is now failing. It deleted all existing insiders releases, but it has not seemed to have pushed a new release (created the tag, but not the release).
I did not find any change of default behavior in the https://github.com/softprops/action-gh-release GitHub Action. It states, that the draft input gets inherited if there is an already-existing release for the tag, so maybe a previous release was marked as a draft by someone.
I will close the issue now, since it is most likely not going to happen next time, and if it does, I think explicitly setting draft to false in here will do the job.
yeah I've seen this bug when the release is created as a draft, I think it happens because of some delay in the github API after deleting the old insiders, that's why I added this 30s delay, maybe github was a little slower than usual this time
I noticed that all the insiders releases had disappeared from your repo.
I first opened a discussion entry to ask that question: #363
Then I realized you use a separate repo for releases and the github action there deletes all older insiders releases before pushing a new one. However, that action for the releases is now failing. It deleted all existing insiders releases, but it has not seemed to have pushed a new release (created the tag, but not the release).
https://github.com/gitpod-io/openvscode-releases/actions/runs/2464922104
Thanks
The text was updated successfully, but these errors were encountered: