Skip to content

Conversation

@deluxetom
Copy link
Collaborator

Summary

  • Add workflow_dispatch trigger to allow manual runs of the split workflow
  • Automatically fetch the latest tag when triggered manually via git describe --tags --abbrev=0
  • Use github.ref_name when triggered by tag push (existing behavior)

Test plan

  • Trigger workflow manually from GitHub Actions UI
  • Verify the workflow correctly identifies and uses the latest tag
  • Verify tag push still works as expected

🤖 Generated with Claude Code

Allow manual triggering of the monorepo split workflow via GitHub Actions UI.
When triggered manually, the workflow fetches the latest tag using
`git describe --tags --abbrev=0` instead of relying on `github.ref_name`.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cryptiklemur cryptiklemur merged commit 4dd19ad into master Jan 21, 2026
34 checks passed
@github-actions
Copy link

🎉 This PR is included in version 4.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@cryptiklemur
Copy link
Contributor

https://packagist.org/packages/secretary/core 4.2 has been released

@cryptiklemur
Copy link
Contributor

Thanks @deluxetom !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants