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
fix(release): open version bump PR after the build (#116)
peter-evans/create-pull-request resets the working tree to the base
branch after creating the PR branch, which stripped the applied version
bump before tauri-action ran. The Ubuntu job therefore built and
uploaded artifacts (and latest.json) with the previous version under
the new release tag. Moving the step after the build keeps the version
bump in the tree while artifacts are produced.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments