chore: fix release - #205
Merged
Merged
Conversation
stevensJourney
marked this pull request as ready for review
July 27, 2026 11:56
simolus3
approved these changes
Jul 27, 2026
simolus3
left a comment
Contributor
There was a problem hiding this comment.
Retagging sounds good to me since the release is not public yet 👍
simolus3
requested changes
Jul 27, 2026
simolus3
left a comment
Contributor
There was a problem hiding this comment.
I just remembered that the release also creates a release to Maven Central, which has already happened for 0.5.0.
So we can't release 0.5.0 again; I see two options here:
- Manually attach an XCFramework from the CI run (it's attached via
upload-artifact) to the release as a one-off fix. - Bump the version number to 0.5.1 and release again.
We could potentially also do both, with would give us a way to release #204 in a 0.5.1 too.
Contributor
Author
Yeah, let's do this. |
simolus3
approved these changes
Jul 27, 2026
stevensJourney
force-pushed
the
fix-release
branch
from
July 27, 2026 13:26
8636100 to
ea1bc16
Compare
simolus3
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The iOS publish job is currently failing with:
When attempting to upload the XCFramework to the draft Github release.
It seems like the iOS workflow does not have the
writepermission configured. Which is needed to upload files to a release.AI usage: The fix was found by Codex GPT 5.6
The
v0.5.0draft release currently does not include iOS frameworks. After merging this, we could delete the release and tag and re-push a new tag.