Skip to content

chore(ci): Remove GitHub Packages publishing workflow#4368

Merged
jamesarich merged 4 commits into
mainfrom
chore/pub3
Jan 29, 2026
Merged

chore(ci): Remove GitHub Packages publishing workflow#4368
jamesarich merged 4 commits into
mainfrom
chore/pub3

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

The publish-packages.yml workflow, responsible for publishing packages to GitHub Packages on release creation, has been deleted.

Dependencies in the mesh_service_example have been updated to fetch artifacts from JitPack instead of using local project modules. This aligns the example app with how external consumers would use the libraries.

Other related changes include:

  • Removing the maven-publish plugin from the KmpLibraryConventionPlugin and AndroidLibraryConventionPlugin.
  • Updating jitpack.yml to publish specific core modules to Maven Local and set the group.
  • Improving the service binding logic in the example app to dynamically find the service package name.
  • Enhancing the version determination logic in publishing.gradle.kts.

The `publish-packages.yml` workflow, responsible for publishing packages to GitHub Packages on release creation, has been deleted.

Dependencies in the `mesh_service_example` have been updated to fetch artifacts from JitPack instead of using local project modules. This aligns the example app with how external consumers would use the libraries.

Other related changes include:
- Removing the `maven-publish` plugin from the `KmpLibraryConventionPlugin` and `AndroidLibraryConventionPlugin`.
- Updating `jitpack.yml` to publish specific core modules to Maven Local and set the `group`.
- Improving the service binding logic in the example app to dynamically find the service package name.
- Enhancing the version determination logic in `publishing.gradle.kts`.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@codecov

codecov Bot commented Jan 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (f9cc708) to head (7e78269).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4368   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines         28      28           
  Branches       8       8           
=====================================
  Misses        28      28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The `mesh_service_example` now uses local project dependencies for `core-api`, `core-model`, and `core-proto` instead of fetching them as remote artifacts. This simplifies the build process and ensures the example app is always built against the current source code.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich merged commit 73c7902 into main Jan 29, 2026
5 checks passed
@jamesarich jamesarich deleted the chore/pub3 branch January 29, 2026 23:56
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