chrisyarbrough / SharpShuffleBag

An efficient shuffle bag implementation in C# - for .NET and Unity projects.
MIT License
5 stars 1 forks source link

Failed OpenUPM build #2

Open chrisyarbrough opened 7 months ago

chrisyarbrough commented 7 months ago

https://openupm.com/packages/com.chrisyarbrough.sharpshufflebag/?subPage=pipelines

https://dev.azure.com/openupm/openupm/_build/results?view=logs&buildId=40288&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9

I accidentally tagged a commit which still had 1.0.1 in the package.json when I wanted to publish 1.0.2. I have then fixed the commit and force pushed it, which apparently caused an issue for OpenUPM.

chrisyarbrough commented 2 months ago

I recreated the release/tag on GitHub, now I need to see if UPM picks up on that or is permanently broken for this release number. Potentially, I need to release a new version increment to work around the issue.