Add CLAUDE.md and skill to translate stuff from shared core #408
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
| name: Trigger release | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| publish-to-maven-central: | |
| uses: ./.github/workflows/release.yml | |
| secrets: inherit |