Skip to content

fix: publish stable release assets for convex-sync#13

Merged
anandpant merged 1 commit into
mainfrom
fix/stable-release-assets
Apr 20, 2026
Merged

fix: publish stable release assets for convex-sync#13
anandpant merged 1 commit into
mainfrom
fix/stable-release-assets

Conversation

@anandpant

@anandpant anandpant commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • use path-scoped release-please outputs for the apps/convex-sync package
  • move release archive jobs onto the 4-core Depot runner
  • backfill the missing assets on v0.0.2

Root Cause

The stable release path started creating the real GitHub release correctly, but the asset jobs were still gated on the root-only outputs:

  • release_created
  • tag_name

Since this repo now releases from apps/convex-sync, those jobs were skipped and v0.0.2 was created with no assets.

Changes

  • release.yml
    • switch job outputs to:
      • apps/convex-sync--release_created
      • apps/convex-sync--tag_name
    • keep paths_released available
    • move archive build to depot-ubuntu-latest-4
  • release-rc.yml
    • move prerelease archive build to depot-ubuntu-latest-4
  • .github/actionlint.yaml
    • allow depot-ubuntu-latest-4

Backfill

I also manually attached the missing stable assets to the already-published v0.0.2 release:

  • convex-sync_v0.0.2_linux_amd64.tar.gz
  • SHA256SUMS

Verification

  • cargo fmt --all --check
  • cargo test --workspace
  • cargo run -p convex-sync -- --version
  • actionlint -config-file .github/actionlint.yaml .github/workflows/*.yml .depot/workflows/*.yml
  • verified v0.0.2 now has uploaded assets via gh release view v0.0.2 --json assets

Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@anandpant
anandpant merged commit d95e9c3 into main Apr 20, 2026
7 checks passed
@anandpant
anandpant deleted the fix/stable-release-assets branch April 20, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant