AmbientRun / Ambient

The multiplayer game engine
https://ambient.run
Apache License 2.0
3.76k stars 123 forks source link

fix(ci): remove deploy-packages empty commits #1229

Closed philpax closed 6 months ago

philpax commented 6 months ago

Before #1225, nightly builds would create a PR that consisted of three commits:

However, after that PR, deployment IDs are no longer used; instead, package versions are used, which are set by the first commit (update-version). This means that the second commit was empty, causing failures.

To fix this, I've removed the second commit (as it's implied by the first commit), as well as the corresponding step for tagged builds (actually not sure about this one, following up with Kuba)

philpax commented 6 months ago

Merging this to fix nightlies, but a complete fix is being put together in #1230