microsoft / pxt-calliope

A Microsoft MakeCode editor for the Calliope Mini board
https://makecode.calliope.cc
Other
39 stars 22 forks source link

add alpha #231

Closed Amerlander closed 1 year ago

Amerlander commented 1 year ago
Amerlander commented 1 year ago

@abchatra here is the PR draft for the alpha chanel.

Can you tell, why the workflow fails here?

fatal: Remote branch v0.2.13-calliope not found in upstream origin

The missing remote is tagged there: https://github.com/calliope-edu/microbit-v2-samples/tree/v0.2.13-calliope

https://github.com/calliope-edu/pxt-calliope/blob/f799dcd010f8d2763150326f4e857c70c694797b/pxtarget.json#L180C22-L180C22

abchatra commented 1 year ago

This might be related to docker image changes. Can you please separate that change to a different draft, and see?

Amerlander commented 1 year ago

The error was there before, the changes for the docker image had the intention to fix it... its a case of "it works on my machine", so I played against the github workflow. I'll try harder!